Uses of Class
org.apache.syncope.core.spring.security.SyncopeAuthenticationDetails
-
Packages that use SyncopeAuthenticationDetails Package Description org.apache.syncope.core.spring.security -
-
Uses of SyncopeAuthenticationDetails in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return SyncopeAuthenticationDetails Modifier and Type Method Description SyncopeAuthenticationDetails
SyncopeAuthenticationDetailsSource. buildDetails(javax.servlet.http.HttpServletRequest context)
SyncopeAuthenticationDetails
JWTAuthentication. getDetails()
Methods in org.apache.syncope.core.spring.security with parameters of type SyncopeAuthenticationDetails Modifier and Type Method Description protected String
AuthDataAccessor. getDelegationKey(SyncopeAuthenticationDetails details, String delegatedKey)
Constructors in org.apache.syncope.core.spring.security with parameters of type SyncopeAuthenticationDetails Constructor Description JWTAuthentication(com.nimbusds.jwt.JWTClaimsSet claims, SyncopeAuthenticationDetails details)
-