com.sun.jaspic.config.helper
Class ClientAuthConfigHelper
java.lang.Object
com.sun.jaspic.config.helper.AuthConfigHelper
com.sun.jaspic.config.helper.ClientAuthConfigHelper
- All Implemented Interfaces:
- AuthConfig, ClientAuthConfig
public class ClientAuthConfigHelper
- extends AuthConfigHelper
- implements ClientAuthConfig
- Author:
- Ron Monzillo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientAuthConfigHelper
protected ClientAuthConfigHelper(java.lang.String loggerName,
EpochCarrier providerEpoch,
AuthContextHelper acHelper,
MessagePolicyDelegate mpDelegate,
java.lang.String layer,
java.lang.String appContext,
javax.security.auth.callback.CallbackHandler cbh)
throws AuthException
- Throws:
AuthException
initializeContextMap
protected void initializeContextMap()
- Description copied from class:
AuthConfigHelper
- Only called from initialize (while lock is held).
- Specified by:
initializeContextMap in class AuthConfigHelper
refreshContextHelper
protected void refreshContextHelper()
createAuthContext
protected ClientAuthContext createAuthContext(java.lang.String authContextID,
java.util.Map properties)
throws AuthException
- Specified by:
createAuthContext in class AuthConfigHelper
- Throws:
AuthException
getAuthContext
public ClientAuthContext getAuthContext(java.lang.String authContextID,
javax.security.auth.Subject subject,
java.util.Map properties)
throws AuthException
- Specified by:
getAuthContext in interface ClientAuthConfig
- Throws:
AuthException
isProtected
public boolean isProtected()
- Specified by:
isProtected in interface AuthConfig
Copyright © 2012 GlassFish Community. All Rights Reserved.