IdentityStore
is a mechanism for validating a Caller's
credentials and accessing a Caller's identity attributes, and would be used
by an authentication mechanism, such as the JSR 375 HttpAuthenticationMechanism
or the JSR 196 (JASPIC) ServerAuthModule
.IdentityStoreHandler
is a mechanism for validating a Caller's
credentials and accessing a Caller's identity attributes using multiple IdentityStores,
and would be used by an authentication mechanism,
such as the JSR 375 AuthenticationMechanism
or the JSR 196 (JASPIC) ServerAuthModule
.SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
Copyright © 2015–2017. All rights reserved.