Class BasicScheme
- java.lang.Object
-
- io.inversion.action.security.AuthScheme
-
- io.inversion.action.security.schemes.HttpAuthScheme
-
- io.inversion.action.security.schemes.BasicScheme
-
public abstract class BasicScheme extends HttpAuthScheme
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.inversion.action.security.schemes.HttpAuthScheme
HttpAuthScheme.HttpScheme
-
Nested classes/interfaces inherited from class io.inversion.action.security.AuthScheme
AuthScheme.AuthSchemeType
-
-
Field Summary
-
Fields inherited from class io.inversion.action.security.schemes.HttpAuthScheme
scheme
-
-
Constructor Summary
Constructors Constructor Description BasicScheme()
-
Method Summary
-
Methods inherited from class io.inversion.action.security.schemes.HttpAuthScheme
getHttpScheme, withHttpScheme
-
Methods inherited from class io.inversion.action.security.AuthScheme
getDescription, getName, getParams, getType, getUser, withDescription, withName, withParam, withParams, withType
-
-