Uses of Interface
org.apache.syncope.core.spring.security.JWTSSOProvider
Packages that use JWTSSOProvider
-
Uses of JWTSSOProvider in org.apache.syncope.core.spring.security
Classes in org.apache.syncope.core.spring.security that implement JWTSSOProviderModifier and TypeClassDescriptionclass
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
Default implementation for internal JWT validation.Methods in org.apache.syncope.core.spring.security that return JWTSSOProviderMethod parameters in org.apache.syncope.core.spring.security with type arguments of type JWTSSOProviderModifier and TypeMethodDescriptionWebSecurityContext.authDataAccessor
(SecurityProperties securityProperties, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders) Constructor parameters in org.apache.syncope.core.spring.security with type arguments of type JWTSSOProviderModifierConstructorDescriptionAuthDataAccessor
(SecurityProperties securityProperties, RealmSearchDAO realmSearchDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ExternalResourceDAO resourceDAO, 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 JWTSSOProviderModifier and TypeClassDescriptionclass
Custom implementation for internal JWT validation.