Uses of Class
org.apache.archiva.redback.rest.api.model.v2.GrantType
-
Packages that use GrantType Package Description org.apache.archiva.redback.rest.api.model org.apache.archiva.redback.rest.api.model.v2 -
-
Uses of GrantType in org.apache.archiva.redback.rest.api.model
Methods in org.apache.archiva.redback.rest.api.model that return GrantType Modifier and Type Method Description GrantTypeTokenRequest. getGrantType()Methods in org.apache.archiva.redback.rest.api.model with parameters of type GrantType Modifier and Type Method Description voidTokenRequest. setGrantType(GrantType grantType)Constructors in org.apache.archiva.redback.rest.api.model with parameters of type GrantType Constructor Description TokenRequest(GrantType grantType, String refreshToken, String scope) -
Uses of GrantType in org.apache.archiva.redback.rest.api.model.v2
Methods in org.apache.archiva.redback.rest.api.model.v2 that return GrantType Modifier and Type Method Description static GrantTypeGrantType. byLabel(String label)GrantTypeTokenRefreshRequest. getGrantType()GrantTypeTokenRequest. getGrantType()static GrantTypeGrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantType[]GrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.archiva.redback.rest.api.model.v2 with parameters of type GrantType Modifier and Type Method Description voidTokenRefreshRequest. setGrantType(GrantType grantType)voidTokenRequest. setGrantType(GrantType grantType)Constructors in org.apache.archiva.redback.rest.api.model.v2 with parameters of type GrantType Constructor Description TokenRefreshRequest(GrantType grantType, String refreshToken, String scope)TokenRequest(String userId, String password, GrantType grantType)
-