Package com.sun.enterprise.security.cli
Class ListMessageSecurityProvider
- java.lang.Object
-
- com.sun.enterprise.security.cli.ListMessageSecurityProvider
-
- All Implemented Interfaces:
AdminCommand,AdminCommandSecurity.Preauthorization
@Service(name="list-message-security-providers") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,CLUSTERED_INSTANCE,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class ListMessageSecurityProvider extends Object implements AdminCommand, AdminCommandSecurity.Preauthorization
List Message Security Providers Command Usage: list-message-security-providers [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--layer message_layer] [target(Default server)]- Author:
- Nandini Ektare
-
-
Constructor Summary
Constructors Constructor Description ListMessageSecurityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the paramter names and the values the parameter valuesbooleanpreAuthorization(AdminCommandContext context)
-
-
-
Method Detail
-
preAuthorization
public boolean preAuthorization(AdminCommandContext context)
- Specified by:
preAuthorizationin interfaceAdminCommandSecurity.Preauthorization
-
execute
public void execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties where the keys are the paramter names and the values the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
context- information
-
-