Uses of Class
org.apache.syncope.core.spring.security.SyncopeGrantedAuthority
-
Packages that use SyncopeGrantedAuthority Package Description org.apache.syncope.core.spring.security org.apache.syncope.fit.core.reference -
-
Uses of SyncopeGrantedAuthority in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security with type parameters of type SyncopeGrantedAuthority Modifier and Type Field Description protected static Set<SyncopeGrantedAuthority>
AuthDataAccessor. ANONYMOUS_AUTHORITIES
protected static Set<SyncopeGrantedAuthority>
AuthDataAccessor. MUST_CHANGE_PASSWORD_AUTHORITIES
Methods in org.apache.syncope.core.spring.security that return types with arguments of type SyncopeGrantedAuthority Modifier and Type Method Description Pair<String,Set<SyncopeGrantedAuthority>>
AuthDataAccessor. authenticate(JWTAuthentication authentication)
protected Set<SyncopeGrantedAuthority>
AuthDataAccessor. buildAuthorities(Map<String,Set<String>> entForRealms)
protected Set<SyncopeGrantedAuthority>
AuthDataAccessor. getAdminAuthorities()
static Set<SyncopeGrantedAuthority>
AuthContextUtils. getAuthorities()
Set<SyncopeGrantedAuthority>
AuthDataAccessor. getAuthorities(String username, String delegationKey)
Collection<SyncopeGrantedAuthority>
JWTAuthentication. getAuthorities()
protected Set<SyncopeGrantedAuthority>
AuthDataAccessor. getDelegatedAuthorities(Delegation delegation)
protected Set<SyncopeGrantedAuthority>
AuthDataAccessor. getUserAuthorities(User user)
Pair<User,Set<SyncopeGrantedAuthority>>
JWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)
Attempts to resolve the given JWT claims into internalUser
and authorities.Pair<User,Set<SyncopeGrantedAuthority>>
MSEntraJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)
Pair<User,Set<SyncopeGrantedAuthority>>
SyncopeJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)
-
Uses of SyncopeGrantedAuthority in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference that return types with arguments of type SyncopeGrantedAuthority Modifier and Type Method Description Pair<User,Set<SyncopeGrantedAuthority>>
CustomJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)
-