Uses of Interface
org.apache.syncope.core.persistence.api.entity.AccessToken
Packages that use AccessToken
Package
Description
-
Uses of AccessToken in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AccessTokenModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<? extends AccessToken> AccessTokenDAO.findAll(org.springframework.data.domain.Pageable pageable) AccessTokenDAO.findByOwner(String username) -
Uses of AccessToken in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AccessToken -
Uses of AccessToken in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement AccessToken -
Uses of AccessToken in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AccessTokenModifier and TypeMethodDescriptionAccessTokenDataBinder.getAccessTokenTO(AccessToken accessToken) AccessTokenDataBinder.update(AccessToken accessToken, byte[] authorities) -
Uses of AccessToken in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AccessTokenModifier and TypeMethodDescriptionprotected AccessTokenAccessTokenDataBinderImpl.replace(String subject, Map<String, Object> claims, byte[] authorities, AccessToken accessToken) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AccessTokenModifier and TypeMethodDescriptionAccessTokenDataBinderImpl.getAccessTokenTO(AccessToken accessToken) protected AccessTokenAccessTokenDataBinderImpl.replace(String subject, Map<String, Object> claims, byte[] authorities, AccessToken accessToken) AccessTokenDataBinderImpl.update(AccessToken accessToken, byte[] authorities)