Uses of Class
org.apache.syncope.core.spring.security.jws.AccessTokenJWSSigner
-
Packages that use AccessTokenJWSSigner Package Description org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data org.apache.syncope.core.spring.security -
-
Uses of AccessTokenJWSSigner in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AccessTokenJWSSigner Modifier and Type Method Description AccessTokenDataBinderProvisioningContext. accessTokenDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, DefaultCredentialChecker credentialChecker) -
Uses of AccessTokenJWSSigner in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as AccessTokenJWSSigner Modifier and Type Field Description protected AccessTokenJWSSignerAccessTokenDataBinderImpl. jwsSignerConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type AccessTokenJWSSigner Constructor Description AccessTokenDataBinderImpl(SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, EntityFactory entityFactory, DefaultCredentialChecker credentialChecker) -
Uses of AccessTokenJWSSigner in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return AccessTokenJWSSigner Modifier and Type Method Description AccessTokenJWSSignerSecurityContext. accessTokenJWSSigner(com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, SecurityProperties props)
-