|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationContext | |
|---|---|
| com.spotfire.server.security | Package containing the Post Authentication Filter API. |
| Uses of AuthenticationContext in com.spotfire.server.security |
|---|
| Methods in com.spotfire.server.security with parameters of type AuthenticationContext | |
|---|---|
SecurityContext |
JAASRegisteringAuthenticator.authenticate(String userId,
String password,
AuthenticationContext authContext)
Authenticates the user with the specified userId and
password credentials, using the JAAS configuration
specified by the configuration parameter to the
setConfiguration method. |
SecurityContext |
JAASAuthenticator.authenticate(String userId,
String password,
AuthenticationContext authContext)
Authenticates the user with the specified userId and
password credentials, using the JAAS configuration
specified by the configuration parameter to the
setConfiguration method. |
SecurityContext |
Authenticator.authenticate(String userId,
String password,
AuthenticationContext authContext)
Authenticates the user with the specified userId and
password credentials. |
SecurityContext |
PostAuthenticationFilter.filter(SecurityContext securityContext,
AuthenticationContext authContext)
Applies a post authentication filter on the provided SecurityContext argument. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||