Class Acct.ReportReason
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Acct.ReportReason
-
- Enclosing class:
- Acct
public static class Acct.ReportReason extends java.lang.Object
Report reason.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_DENIED
Access denied.static int
APPLICATION_SPECIFIC
Application specific.static int
PRINCIPAL_CREDENTIALS_CHANGED
Credentials changed, such as password changed.static int
PRINCIPAL_LOGIN_CREDENTIALS
Credentials based login.static int
PRINCIPAL_LOGIN_FAILED
Login failed by any reason but locked.static int
PRINCIPAL_LOGIN_LOCKED
Login failed as account is locked.static int
PRINCIPAL_LOGIN_NEGOTIATE
Negotiation based login.static int
PRINCIPAL_LOGIN_NO_CREDENTAILS
Login on behalf of user.static int
PRINCIPAL_LOGIN_NO_PERMISSION
Login failed as no permission.static int
PRINCIPAL_LOGOUT
Logout.static int
PRINCIPAL_NOT_FOUND
Authz Principal record was not found.static int
PRINCIPAL_SESSION_EXPIRED
Session expired.static int
PRIVILEDGED_OPERATION
Privileged operation.static int
RESOURCE_ACCESS
Resource access.static int
SHUTDOWN
Application shutdown.static int
STARTUP
Application startup.
-
Constructor Summary
Constructors Constructor Description ReportReason()
-
-
-
Field Detail
-
STARTUP
public static final int STARTUP
Application startup.- See Also:
- Constant Field Values
-
SHUTDOWN
public static final int SHUTDOWN
Application shutdown.- See Also:
- Constant Field Values
-
PRINCIPAL_NOT_FOUND
public static final int PRINCIPAL_NOT_FOUND
Authz Principal record was not found. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_FAILED
public static final int PRINCIPAL_LOGIN_FAILED
Login failed by any reason but locked. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_LOCKED
public static final int PRINCIPAL_LOGIN_LOCKED
Login failed as account is locked. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_NO_PERMISSION
public static final int PRINCIPAL_LOGIN_NO_PERMISSION
Login failed as no permission. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_CREDENTIALS
public static final int PRINCIPAL_LOGIN_CREDENTIALS
Credentials based login. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_NO_CREDENTAILS
public static final int PRINCIPAL_LOGIN_NO_CREDENTAILS
Login on behalf of user. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGIN_NEGOTIATE
public static final int PRINCIPAL_LOGIN_NEGOTIATE
Negotiation based login. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_LOGOUT
public static final int PRINCIPAL_LOGOUT
Logout. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_SESSION_EXPIRED
public static final int PRINCIPAL_SESSION_EXPIRED
Session expired. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
PRINCIPAL_CREDENTIALS_CHANGED
public static final int PRINCIPAL_CREDENTIALS_CHANGED
Credentials changed, such as password changed. Will haveAcct.PrincipalRecord
.- See Also:
- Constant Field Values
-
ACCESS_DENIED
public static final int ACCESS_DENIED
Access denied.- See Also:
- Constant Field Values
-
RESOURCE_ACCESS
public static final int RESOURCE_ACCESS
Resource access. Will haveAcct.ResourceRecord
.- See Also:
- Constant Field Values
-
PRIVILEDGED_OPERATION
public static final int PRIVILEDGED_OPERATION
Privileged operation. Will haveAcct.OperationRecord
.- See Also:
- Constant Field Values
-
APPLICATION_SPECIFIC
public static final int APPLICATION_SPECIFIC
Application specific. Will have proprietary record.- See Also:
- Constant Field Values
-
-