Uses of Class
org.apache.syncope.core.spring.security.SyncopeAuthenticationDetails
Packages that use SyncopeAuthenticationDetails
-
Uses of SyncopeAuthenticationDetails in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return SyncopeAuthenticationDetailsModifier and TypeMethodDescriptionSyncopeAuthenticationDetailsSource.buildDetails
(HttpServletRequest context) JWTAuthentication.getDetails()
Methods in org.apache.syncope.core.spring.security with parameters of type SyncopeAuthenticationDetailsModifier and TypeMethodDescriptionprotected String
AuthDataAccessor.getDelegationKey
(SyncopeAuthenticationDetails details, String delegatedKey) Constructors in org.apache.syncope.core.spring.security with parameters of type SyncopeAuthenticationDetailsModifierConstructorDescriptionJWTAuthentication
(com.nimbusds.jwt.JWTClaimsSet claims, SyncopeAuthenticationDetails details)