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 classMSEntraJWTSSOProviderJWT 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-tokensclassSyncopeJWTSSOProviderDefault implementation for internal JWT validation.Methods in org.apache.syncope.core.spring.security that return JWTSSOProvider Modifier and Type Method Description JWTSSOProviderAuthDataAccessor. getJWTSSOProvider(String issuer)Method parameters in org.apache.syncope.core.spring.security with type arguments of type JWTSSOProvider Modifier and Type Method Description AuthDataAccessorWebSecurityContext. 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 classCustomJWTSSOProviderCustom implementation for internal JWT validation.
-