Interface | Description |
---|---|
AuthContextUtils.Executable<T> | |
JWTSSOProvider |
Enables a generic mechanism for JWT validation and subject resolution which allows to plug in implementations
recognizing JWT produced by third parties.
|
PasswordGenerator |
Class | Description |
---|---|
AuthContextUtils | |
AuthDataAccessor |
Domain-sensible (via
@Transactional ) access to authentication / authorization data. |
DefaultCredentialChecker |
Provides some methods to check whether default credentials are being used, and logs a warning if they are.
|
DefaultPasswordGenerator |
Generate random passwords according to given policies.
|
Encryptor | |
JWTAuthentication |
Represents the token for an authentication request or for an authenticated principal as JSON Web Token,
once the request has been processed by the
AuthenticationManager.authenticate(Authentication) method. |
JWTAuthenticationFilter |
Processes the JSON Web Token provided as
HttpHeaders.AUTHORIZATION HTTP header, putting the result into the
SecurityContextHolder . |
JWTAuthenticationProvider |
Attempts to authenticate the passed
JWTAuthentication object, returning a fully populated
Authentication object (including granted authorities) if successful. |
MustChangePasswordFilter | |
SecureRandomUtils | |
SyncopeAccessDeniedHandler |
Render Spring's
AccessDeniedException as other Syncope errors. |
SyncopeAnonymousAuthenticationFilter | |
SyncopeAuthenticationDetails | |
SyncopeAuthenticationDetailsSource | |
SyncopeBasicAuthenticationEntryPoint |
Render Spring's
AuthenticationException as other Syncope errors. |
SyncopeGrantedAuthority | |
SyncopeJWTSSOProvider |
Default implementation for internal JWT validation.
|
UsernamePasswordAuthenticationProvider |
Exception | Description |
---|---|
DelegatedAdministrationException |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.