public class ClientAuthConfigHelper extends AuthConfigHelper implements javax.security.auth.message.config.ClientAuthConfig
| Modifier | Constructor and Description |
|---|---|
protected |
ClientAuthConfigHelper(String loggerName,
EpochCarrier providerEpoch,
AuthContextHelper acHelper,
MessagePolicyDelegate mpDelegate,
String layer,
String appContext,
CallbackHandler cbh) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.security.auth.message.config.ClientAuthContext |
createAuthContext(String authContextID,
Map properties) |
javax.security.auth.message.config.ClientAuthContext |
getAuthContext(String authContextID,
Subject subject,
Map properties) |
protected void |
initializeContextMap()
Only called from initialize (while lock is held).
|
boolean |
isProtected() |
protected void |
refreshContextHelper() |
checkMessageTypes, getAppContext, getAuthContextID, getContext, getMessageLayer, isLoggable, logIfLevel, refreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAppContext, getAuthContextID, getMessageLayer, refreshprotected ClientAuthConfigHelper(String loggerName, EpochCarrier providerEpoch, AuthContextHelper acHelper, MessagePolicyDelegate mpDelegate, String layer, String appContext, CallbackHandler cbh) throws javax.security.auth.message.AuthException
protected void initializeContextMap()
AuthConfigHelperinitializeContextMap in class AuthConfigHelperprotected void refreshContextHelper()
protected javax.security.auth.message.config.ClientAuthContext createAuthContext(String authContextID, Map properties) throws javax.security.auth.message.AuthException
createAuthContext in class AuthConfigHelperjavax.security.auth.message.AuthExceptionpublic javax.security.auth.message.config.ClientAuthContext getAuthContext(String authContextID, Subject subject, Map properties) throws javax.security.auth.message.AuthException
getAuthContext in interface javax.security.auth.message.config.ClientAuthConfigjavax.security.auth.message.AuthExceptionpublic boolean isProtected()
isProtected in interface javax.security.auth.message.config.AuthConfigCopyright © 2017. All rights reserved.