Class HttpAuthScheme
- java.lang.Object
-
- io.inversion.action.security.AuthScheme
-
- io.inversion.action.security.schemes.HttpAuthScheme
-
- Direct Known Subclasses:
BasicScheme
public abstract class HttpAuthScheme extends AuthScheme
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpAuthScheme.HttpScheme-
Nested classes/interfaces inherited from class io.inversion.action.security.AuthScheme
AuthScheme.AuthSchemeType
-
-
Field Summary
Fields Modifier and Type Field Description protected HttpAuthScheme.HttpSchemescheme
-
Constructor Summary
Constructors Modifier Constructor Description protectedHttpAuthScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpAuthScheme.HttpSchemegetHttpScheme()HttpAuthSchemewithHttpScheme(HttpAuthScheme.HttpScheme scheme)-
Methods inherited from class io.inversion.action.security.AuthScheme
getDescription, getName, getParams, getType, getUser, withDescription, withName, withParam, withParams, withType
-
-
-
-
Field Detail
-
scheme
protected HttpAuthScheme.HttpScheme scheme
-
-
Method Detail
-
getHttpScheme
public HttpAuthScheme.HttpScheme getHttpScheme()
-
withHttpScheme
public HttpAuthScheme withHttpScheme(HttpAuthScheme.HttpScheme scheme)
-
-