Uses of Interface
javax.security.auth.message.config.ClientAuthContext
-
Packages that use ClientAuthContext Package Description com.sun.xml.wss.provider.wsit javax.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of ClientAuthContext in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement ClientAuthContext Modifier and Type Class Description classWSITClientAuthContextMethods in com.sun.xml.wss.provider.wsit that return ClientAuthContext Modifier and Type Method Description ClientAuthContextWSITClientAuthConfig. cleanupAuthContext(Integer hashCode)ClientAuthContextWSITClientAuthConfig. getAuthContext(String operation, Subject subject, Map rawMap)ClientAuthContextConfigHelper. getClientAuthContext(MessageInfo info, Subject s)ClientAuthContextPipeHelper. getClientAuthContext(MessageInfo info, Subject s) -
Uses of ClientAuthContext in javax.security.auth.message.config
Methods in javax.security.auth.message.config that return ClientAuthContext Modifier and Type Method Description ClientAuthContextClientAuthConfig. getAuthContext(String authContextID, Subject clientSubject, Map properties)Get a ClientAuthContext instance from this ClientAuthConfig.
-