Uses of Class
org.jboss.as.controller.AbstractWriteAttributeHandler
-
Packages that use AbstractWriteAttributeHandler Package Description org.jboss.as.controller org.jboss.as.controller.security -
-
Uses of AbstractWriteAttributeHandler in org.jboss.as.controller
Subclasses of AbstractWriteAttributeHandler in org.jboss.as.controller Modifier and Type Class Description classModelOnlyWriteAttributeHandlerAwrite-attributehandler that simply validates the attribute value and stores it in the model.classReloadRequiredWriteAttributeHandlerSimpleAbstractWriteAttributeHandlerthat triggers putting the process in a restart-required state if attribute that has flagAttributeAccess.Flag.RESTART_JVMotherwise it puts process in reload-required state.classRestartParentWriteAttributeHandlerSimpleAbstractWriteAttributeHandlerthat, if allowed, restarts a parent resource when a change is made. -
Uses of AbstractWriteAttributeHandler in org.jboss.as.controller.security
Subclasses of AbstractWriteAttributeHandler in org.jboss.as.controller.security Modifier and Type Class Description classCredentialReferenceWriteAttributeHandlerA write attribute handler that is capable of handling automatic updates of credential stores via credential reference attributes.
-