Class RealmDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class RealmDefinition
    extends org.jboss.as.controller.ModelOnlyResourceDefinition
    Defines attributes and operations for the Realm
    Author:
    Stan Silvert ssilvert@redhat.com (C) 2013 Red Hat Inc.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Constructor Summary

      Constructors 
      Constructor Description
      RealmDefinition()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jboss.as.controller.SimpleAttributeDefinition lookup​(String name)  
      • Methods inherited from class org.jboss.as.controller.ModelOnlyResourceDefinition

        registerAttributes
      • 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

      • 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
    • Constructor Detail

      • RealmDefinition

        public RealmDefinition()
    • Method Detail

      • lookup

        public static org.jboss.as.controller.SimpleAttributeDefinition lookup​(String name)