Uses of Interface
dev.galasa.framework.spi.auth.IInternalAuthToken
Packages that use IInternalAuthToken
-
Uses of IInternalAuthToken in dev.galasa.framework.spi.auth
Methods in dev.galasa.framework.spi.auth that return IInternalAuthTokenModifier and TypeMethodDescriptionGets an token record given its ID from the auth store.IAuthStore.getTokenByDexClientId(String clientId) Gets a token record given its Dex client ID from the auth store.IAuthStoreService.getTokenByDexClientId(String clientId) Gets a token record given its Dex client ID from the auth store.Methods in dev.galasa.framework.spi.auth that return types with arguments of type IInternalAuthTokenModifier 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.