public final class ManagedObjectDefinitionResource extends Object
Resource properties are not available for the TopCfgDefn
.
Modifier and Type | Method and Description |
---|---|
static ManagedObjectDefinitionResource |
createForProfile(String profile)
Creates a new resource instance for the named profile.
|
String |
getString(AbstractManagedObjectDefinition<?,?> d,
String key)
Get the resource value associated with the specified key.
|
public static ManagedObjectDefinitionResource createForProfile(String profile)
profile
- The name of the profile.public String getString(AbstractManagedObjectDefinition<?,?> d, String key) throws MissingResourceException, UnsupportedOperationException
d
- The managed object definition.key
- The resource key.MissingResourceException
- If the key was not found.UnsupportedOperationException
- If the provided managed object definition was the
TopCfgDefn
.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.