Class Authn.Capabilities

java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authn.Capabilities
Enclosing class:
Authn

public static class Authn.Capabilities extends Object
Capabilities.
  • Field Details

    • AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE

      public static final long AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
      Provider supports negotiate non interactive mode authentication. Used strictly HTTP headers/state to negotiate authentication.
      See Also:
    • AUTHENTICATE_NEGOTIATE_INTERACTIVE

      public static final long AUTHENTICATE_NEGOTIATE_INTERACTIVE
      Provider supports negotiate interactive authentication. May use form or any user interactive sequence.
      See Also:
    • AUTHENTICATE_CREDENTIALS

      public static final long AUTHENTICATE_CREDENTIALS
      Provider supports credentials based authentication.
      See Also:
    • AUTHENTICATE_PASSWORD

      public static final long AUTHENTICATE_PASSWORD
      Provider supports password based authentication.
      See Also:
    • LOGOUT

      public static final long LOGOUT
      Provider supports logout.
      See Also:
    • CREDENTIALS_CHANGE

      public static final long CREDENTIALS_CHANGE
      Provider supports credential change.
      See Also:
    • CREDENTIALS_SELF_RESET

      public static final long CREDENTIALS_SELF_RESET
      Provider supports self reset credential, example will send new password via email.
      See Also:
  • Constructor Details

    • Capabilities

      public Capabilities()