Class SecureAdminPrincipal.CrDecorator
java.lang.Object
com.sun.enterprise.config.serverbeans.SecureAdminPrincipal.CrDecorator
- All Implemented Interfaces:
CreationDecorator<SecureAdminPrincipal>
- Enclosing interface:
SecureAdminPrincipal
@Service
@PerLookup
public static class SecureAdminPrincipal.CrDecorator
extends Object
implements CreationDecorator<SecureAdminPrincipal>
Invoked during creation of a new
SecureAdminPrincipal.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.config.support.CreationDecorator
CreationDecorator.NoDecoration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(org.glassfish.api.admin.AdminCommandContext context, SecureAdminPrincipal principal) The element instance has been created and added to the parent, it can be customized.
-
Constructor Details
-
CrDecorator
public CrDecorator()
-
-
Method Details
-
decorate
public void decorate(org.glassfish.api.admin.AdminCommandContext context, SecureAdminPrincipal principal) throws org.jvnet.hk2.config.TransactionFailure, PropertyVetoException Description copied from interface:CreationDecoratorThe element instance has been created and added to the parent, it can be customized. This method is called within aTransactionand instance is therefore a writeable view on the configuration component.- Specified by:
decoratein interfaceCreationDecorator<SecureAdminPrincipal>- Parameters:
context- administration command contextprincipal- newly created configuration element- Throws:
org.jvnet.hk2.config.TransactionFailure- if the transaction should be rollbackedPropertyVetoException- if one of the listener ofis throwing a veto exception
-