Uses of Class
step.core.access.authentication.ApiToken
-
Packages that use ApiToken Package Description step.core.access.authentication step.core.access.services -
-
Uses of ApiToken in step.core.access.authentication
Methods in step.core.access.authentication that return ApiToken Modifier and Type Method Description ApiToken
AccessTokenManager. createServiceAccountToken(step.core.accessors.AbstractUser user, long days, java.lang.String label)
ApiToken
ApiTokenAccessor. selectApiTokenByUsername(java.lang.String user, java.lang.String token)
Methods in step.core.access.authentication that return types with arguments of type ApiToken Modifier and Type Method Description java.util.List<ApiToken>
AccessTokenManager. getApiTokensByUser(java.lang.String username)
java.util.List<ApiToken>
ApiTokenAccessor. getApiTokensByUser(java.lang.String user)
Constructor parameters in step.core.access.authentication with type arguments of type ApiToken Constructor Description ApiTokenAccessor(step.core.collections.Collection<ApiToken> collectionDriver)
-
Uses of ApiToken in step.core.access.services
Methods in step.core.access.services that return ApiToken Modifier and Type Method Description ApiToken
AccessServices. createServiceAccountToken(AccessServices.ApiTokenRequest apiTokenRequest)
Methods in step.core.access.services that return types with arguments of type ApiToken Modifier and Type Method Description java.util.List<ApiToken>
AccessServices. getServiceAccountTokens()
-