Class Authn.ContextKeys
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Authn.ContextKeys
-
- Enclosing class:
- Authn
public static class Authn.ContextKeys extends java.lang.Object
Context keys.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKey
CAPABILITIES
Provider capabilities.static ExtKey
HTTP_AUTHENTICATION_SCHEME
HTTP authentication scheme.
-
Constructor Summary
Constructors Constructor Description ContextKeys()
-
-
-
Field Detail
-
CAPABILITIES
public static final ExtKey CAPABILITIES
Provider capabilities. Bitwise or of capabilities flags.- See Also:
Authn.Capabilities
-
HTTP_AUTHENTICATION_SCHEME
public static final ExtKey HTTP_AUTHENTICATION_SCHEME
HTTP authentication scheme. A list of authentication scheme elements a client will receive with an HTTP (unauthorized) response message as a value of the WWW-Authenticate header.
-
-