Class RealmDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.controller.ModelOnlyResourceDefinition
org.keycloak.subsystem.adapter.extension.RealmDefinition
All Implemented Interfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration

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

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

    org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final List<org.jboss.as.controller.SimpleAttributeDefinition>
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition[]
     
    protected static final List<org.jboss.as.controller.SimpleAttributeDefinition>
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TAG_NAME

      public static final String TAG_NAME
      See Also:
    • 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 Details

    • RealmDefinition

      public RealmDefinition()
  • Method Details

    • lookup

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