See: Description
Class | Description |
---|---|
PingFederateJWTConfig |
Beans needed to support OAuth2 authentication via JWT tokens returned from Ping Federate.
|
PingFederateJWTTokenServices |
An implementation of the ResourceServerTokenServices interface which validates JWT tokens sent by Ping Federate.
|
PingFederateRemoteConfig |
Configuration to add beans and other components for supporting OAuth2 authentication via Ping Federate remote
API calls.
|
PingFederateRemoteTokenServices |
A remote token services extension for Ping Federate based IDPs.
|
PingFederateSecurityConditions |
Security conditions to dictate which Ping Federate configuration is activated.
|
PingFederateSecurityConditions.PingFederateJWTEnabled |
A class used to enable Ping Federate JWT token services when certain conditions are met.
|
PingFederateSecurityConditions.PingFederateRemoteEnabled |
A class used to enable Ping Federate remote token services when certain conditions are met.
|
PingFederateUserAuthenticationConverter |
Class to convert a map received from Ping Federate to a Spring Authentication object.
|
PingFederateValidator |
A validator for Ping Federate generated JWT tokens.
|