Class RealmDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.ModelOnlyResourceDefinition
-
- org.keycloak.subsystem.adapter.extension.RealmDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class RealmDefinition extends org.jboss.as.controller.ModelOnlyResourceDefinitionDefines attributes and operations for the Realm- Author:
- Stan Silvert ssilvert@redhat.com (C) 2013 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<org.jboss.as.controller.SimpleAttributeDefinition>ALL_ATTRIBUTESprotected static org.jboss.as.controller.SimpleAttributeDefinition[]ALL_ATTRIBUTES_ARRAYprotected static List<org.jboss.as.controller.SimpleAttributeDefinition>REALM_ONLY_ATTRIBUTESstatic StringTAG_NAME
-
Constructor Summary
Constructors Constructor Description RealmDefinition()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.SimpleAttributeDefinitionlookup(String name)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
REALM_ONLY_ATTRIBUTES
protected static final List<org.jboss.as.controller.SimpleAttributeDefinition> REALM_ONLY_ATTRIBUTES
-
ALL_ATTRIBUTES
protected static final List<org.jboss.as.controller.SimpleAttributeDefinition> ALL_ATTRIBUTES
-
ALL_ATTRIBUTES_ARRAY
protected static final org.jboss.as.controller.SimpleAttributeDefinition[] ALL_ATTRIBUTES_ARRAY
-
-
Method Detail
-
lookup
public static org.jboss.as.controller.SimpleAttributeDefinition lookup(String name)
-
-