Interface | Description |
---|---|
AuthenticationConfig |
Implementations of this interface will provide the authentication
configuration data
|
AuthenticationHandler |
Implementations of this interface should be able to verify the authentication
data provided in the security context against an identity source.
|
PrincipalId |
This interface represents a principal
|
Class | Description |
---|---|
AuthenticationConfig.AuthnScheme |
This class representations an authentication scheme
|
AuthenticationFilter |
This class acts as a decorator to the actual provider.
|
AuthenticationHandler.AuthenticationResult |
Implementations of this class will contain the needed authentication
result on a successful authentication.
|
IniFileAuthenticationConfig |
This class is capable of loading authentication data from an ini file
|
JsonAuthenticationConfig |
This class is capable of loading authentication data from a JSON file
|
SessionSecurityContext |
This class represents the security context needed for authentication
a session ID.
|
StdSecuritySchemes |
This class contains the standard authentication scheme constants.
|
UserPassSecurityContext |
This class represents a security context suitable for user/password
authentication.
|
Copyright © 2015. All Rights Reserved.