Class Auth
-
- All Implemented Interfaces:
public abstract class AuthAbstract class for all authentication method, for example, basic, OAuth, SAML, etc.
-
-
Constructor Summary
Constructors Constructor Description Auth()
-
Method Summary
Modifier and Type Method Description abstract AuthMethodgetAuthMethod()Get the authentication method type. -
-
Method Detail
-
getAuthMethod
abstract AuthMethod getAuthMethod()
Get the authentication method type.
-
-
-
-