Uses of Interface
org.apache.syncope.core.spring.security.JWTSSOProvider
-
Packages that use JWTSSOProvider Package Description org.apache.syncope.core.spring.security org.apache.syncope.fit.core.reference -
-
Uses of JWTSSOProvider in org.apache.syncope.core.spring.security
Classes in org.apache.syncope.core.spring.security that implement JWTSSOProvider Modifier and Type Class Description class
MSEntraJWTSSOProvider
JWT authorisation for access tokens issued by Microsoft Entra (formerly Azure) for Microsoft Entra-only applications (v1.0 tokens) cf. https://learn.microsoft.com/en-us/entra/identity-platform/access-tokensclass
SyncopeJWTSSOProvider
Default implementation for internal JWT validation.Methods in org.apache.syncope.core.spring.security that return JWTSSOProvider Modifier and Type Method Description JWTSSOProvider
AuthDataAccessor. getJWTSSOProvider(String issuer)
Method parameters in org.apache.syncope.core.spring.security with type arguments of type JWTSSOProvider Modifier and Type Method Description AuthDataAccessor
WebSecurityContext. authDataAccessor(SecurityProperties securityProperties, RealmDAO realmDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders)
Constructor parameters in org.apache.syncope.core.spring.security with type arguments of type JWTSSOProvider Constructor Description AuthDataAccessor(SecurityProperties securityProperties, RealmDAO realmDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders)
-
Uses of JWTSSOProvider in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement JWTSSOProvider Modifier and Type Class Description class
CustomJWTSSOProvider
Custom implementation for internal JWT validation.
-