Uses of Class
com.sun.jaspic.config.helper.BaseAuthContextImpl
-
Packages that use BaseAuthContextImpl Package Description com.sun.jaspic.config.helper com.sun.jaspic.config.jaas com.sun.jaspic.config.servlet -
-
Uses of BaseAuthContextImpl in com.sun.jaspic.config.helper
Methods in com.sun.jaspic.config.helper that return BaseAuthContextImpl Modifier and Type Method Description abstract BaseAuthContextImplBaseAuthConfigProvider. getAuthContextHelper(String appContext, boolean returnNullContexts)Constructors in com.sun.jaspic.config.helper with parameters of type BaseAuthContextImpl Constructor Description ClientAuthConfigImpl(String loggerName, EpochCarrier providerEpoch, BaseAuthContextImpl acHelper, MessagePolicyDelegate mpDelegate, String layer, String appContext, CallbackHandler cbh)ServerAuthConfigImpl(String loggerName, EpochCarrier providerEpoch, BaseAuthContextImpl authContextHelper, MessagePolicyDelegate policyDelegate, String layer, String appContext, CallbackHandler cbh) -
Uses of BaseAuthContextImpl in com.sun.jaspic.config.jaas
Subclasses of BaseAuthContextImpl in com.sun.jaspic.config.jaas Modifier and Type Class Description classJAASAuthContextHelperMethods in com.sun.jaspic.config.jaas that return BaseAuthContextImpl Modifier and Type Method Description BaseAuthContextImplJAASAuthConfigProvider. getAuthContextHelper(String appContext, boolean returnNullContexts) -
Uses of BaseAuthContextImpl in com.sun.jaspic.config.servlet
Methods in com.sun.jaspic.config.servlet that return BaseAuthContextImpl Modifier and Type Method Description BaseAuthContextImplJAASServletAuthConfigProvider. getAuthContextHelper(String appContext, boolean returnNullContexts)
-