Uses of Class
org.apache.archiva.redback.rest.api.model.v2.TokenResponse
-
Packages that use TokenResponse Package Description org.apache.archiva.redback.rest.api.services.v2 This is the V2 REST API of Redback.org.apache.archiva.redback.rest.services.v2 -
-
Uses of TokenResponse in org.apache.archiva.redback.rest.api.services.v2
Methods in org.apache.archiva.redback.rest.api.services.v2 that return TokenResponse Modifier and Type Method Description TokenResponseAuthenticationService. logIn(TokenRequest loginRequest)Check username/password and return a bearer token.TokenResponseAuthenticationService. token(TokenRefreshRequest tokenRequest)Request a new token. -
Uses of TokenResponse in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 that return TokenResponse Modifier and Type Method Description TokenResponseDefaultAuthenticationService. logIn(TokenRequest loginRequest)TokenResponseDefaultAuthenticationService. token(TokenRefreshRequest request)
-