Uses of Interface
dev.galasa.framework.spi.auth.IInternalAuthToken
-
Uses of IInternalAuthToken in dev.galasa.framework.spi.auth
Modifier and TypeMethodDescriptionGets an token record given its ID from the auth store.Modifier and TypeMethodDescriptionIAuthStore.getTokens()
Returns a list of all the token records stored in the auth store.IAuthStoreService.getTokens()
Returns a list of all the auth token records stored in the auth store.IAuthStore.getTokensByLoginId
(String loginId) Returns a list of token records stored in the auth store that match a given login ID.IAuthStoreService.getTokensByLoginId
(String loginId) Returns a list of token records stored in the auth store that match a given login ID.