Uses of Class
com.guinetik.rr.auth.AuthStrategy.AuthType
-
Packages that use AuthStrategy.AuthType Package Description com.guinetik.rr.auth -
-
Uses of AuthStrategy.AuthType in com.guinetik.rr.auth
Methods in com.guinetik.rr.auth that return AuthStrategy.AuthType Modifier and Type Method Description AuthStrategy.AuthTypeAuthStrategy. getType()Returns the auth type of this strategy.AuthStrategy.AuthTypeBasicAuthStrategy. getType()AuthStrategy.AuthTypeBearerTokenStrategy. getType()AuthStrategy.AuthTypeNoAuthStrategy. getType()AuthStrategy.AuthTypeOAuth2AssertionStrategy. getType()AuthStrategy.AuthTypeOAuth2ClientCredentialsStrategy. getType()AuthStrategy.AuthTypeOAuth2PasswordStrategy. getType()static AuthStrategy.AuthTypeAuthStrategy.AuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthStrategy.AuthType[]AuthStrategy.AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-