Uses of Interface
com.skava.auth.repository.CollectionPropertyRepository
Packages that use CollectionPropertyRepository
Package
Description
Implementation classes to represent the service layer implementations of the session.
Support classes for hold the reusable functionalities.
-
Uses of CollectionPropertyRepository in com.skava.auth.service.impl.session
Fields in com.skava.auth.service.impl.session declared as CollectionPropertyRepositoryModifier and TypeFieldDescriptionprotected CollectionPropertyRepository
RepositoryBeans.collectionPropertyRepository
collection property repository -
Uses of CollectionPropertyRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type CollectionPropertyRepositoryModifier and TypeMethodDescriptionstatic CollectionProperty
CollectionPropertyUtil.getcollectionProperty
(long collectionId, String propertyName, CollectionPropertyRepository collectionPropertyRepository) static Long
OAuthUtil.loadClientTokenExpireTime
(Long collectionId, String attributeName, Long defaultExpireTime, CollectionPropertyRepository collectionPropertyRepository) This method return the client token expire time from collection property.static Optional<CollectionProperty>
OAuthUtil.loadCollectionProperty
(Long collectionId, String attributeName, CollectionPropertyRepository collectionPropertyRepository) This method load the collection property by using collection identifier and collection attribute name.static String
OAuthUtil.loadIssuer
(Long collectionId, String attributeName, String defaultIssuer, CollectionPropertyRepository collectionPropertyRepository) This method load the issuer name from the collection property.