Uses of Class
com.sun.enterprise.security.appclient.integration.AppClientSecurityInfo.CredentialType

Packages that use AppClientSecurityInfo.CredentialType
com.sun.enterprise.security.appclient   
com.sun.enterprise.security.appclient.integration   
 

Uses of AppClientSecurityInfo.CredentialType in com.sun.enterprise.security.appclient
 

Methods in com.sun.enterprise.security.appclient with parameters of type AppClientSecurityInfo.CredentialType
 javax.security.auth.Subject AppClientSecurityInfoImpl.doClientLogin(AppClientSecurityInfo.CredentialType credType)
           
 int AppClientSecurityInfoImpl.getCredentialEncoding(AppClientSecurityInfo.CredentialType type)
           
 void AppClientSecurityInfoImpl.initializeSecurity(java.util.List<TargetServer> tServers, java.util.List<MessageSecurityConfig> configs, javax.security.auth.callback.CallbackHandler handler, AppClientSecurityInfo.CredentialType credType, java.lang.String username, char[] password, boolean isJWS, boolean useGUIAuth)
           
 

Uses of AppClientSecurityInfo.CredentialType in com.sun.enterprise.security.appclient.integration
 

Methods in com.sun.enterprise.security.appclient.integration that return AppClientSecurityInfo.CredentialType
static AppClientSecurityInfo.CredentialType AppClientSecurityInfo.CredentialType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AppClientSecurityInfo.CredentialType[] AppClientSecurityInfo.CredentialType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.enterprise.security.appclient.integration with parameters of type AppClientSecurityInfo.CredentialType
 javax.security.auth.Subject AppClientSecurityInfo.doClientLogin(AppClientSecurityInfo.CredentialType credType)
          Do a client login using the CredentialType
 int AppClientSecurityInfo.getCredentialEncoding(AppClientSecurityInfo.CredentialType type)
           
 void AppClientSecurityInfo.initializeSecurity(java.util.List<TargetServer> tServers, java.util.List<MessageSecurityConfig> msgSecConfigs, javax.security.auth.callback.CallbackHandler handler, AppClientSecurityInfo.CredentialType appclientCredType, java.lang.String username, char[] password, boolean isJWS, boolean useGUIAuth)
          Initialize Security Runtime for the AppContainerr (Stores, SecurityManager, JSR 196 etc)
 



Copyright © 2012 GlassFish Community. All Rights Reserved.