Uses of Interface
org.apache.archiva.redback.authentication.Token
-
-
Uses of Token in org.apache.archiva.redback.authentication
Classes in org.apache.archiva.redback.authentication that implement Token Modifier and Type Class Description classStringTokenSimple token implementation. -
Uses of Token in org.apache.archiva.redback.authentication.jwt
Methods in org.apache.archiva.redback.authentication.jwt that return Token Modifier and Type Method Description TokenJwtAuthenticator. generateToken(String userId)Creates a token for the given user id.TokenJwtAuthenticator. generateToken(String userId, TokenType type)Creates a token for the given user id.TokenJwtAuthenticator. refreshAccessToken(String refreshToken)Allows to renew a token based on the origin token.TokenJwtAuthenticator. tokenFromString(String tokenData)Returns a token object from the given token String -
Uses of Token in org.apache.archiva.redback.rest.api.model
Constructors in org.apache.archiva.redback.rest.api.model with parameters of type Token Constructor Description TokenResponse(Token accessToken, Token refreshToken)TokenResponse(Token accessToken, Token refreshToken, String scope, String state) -
Uses of Token in org.apache.archiva.redback.rest.api.model.v2
Constructors in org.apache.archiva.redback.rest.api.model.v2 with parameters of type Token Constructor Description TokenResponse(Token accessToken, Token refreshToken)TokenResponse(Token accessToken, Token refreshToken, String scope, String state)
-