Class CredentialDefinition

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

    public class CredentialDefinition
    extends org.jboss.as.controller.ModelOnlyResourceDefinition
    Defines attributes and operations for a credential.
    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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TAG_NAME  
      protected static org.jboss.as.controller.AttributeDefinition VALUE  
    • Method Summary

      • 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

      • VALUE

        protected static final org.jboss.as.controller.AttributeDefinition VALUE
    • Constructor Detail

      • CredentialDefinition

        public CredentialDefinition()