|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.openid.server.model.record.AuthAction
public class AuthAction
| Field Summary | |
|---|---|
static AuthAction |
ALLOW_ALWAYS
An allow always authentication approval. |
static AuthAction |
ALLOW_ALWAYS_AUTO
A passthrough authentication request. |
static long |
ALLOW_ALWAYS_AUTO_CODE
The persistance code for an a passthrough authentication request. |
static long |
ALLOW_ALWAYS_CODE
The persistance code for an allow relying party authorization response. |
static AuthAction |
ALLOW_ONCE
An allow once authentication approval. |
static long |
ALLOW_ONCE_CODE
The persistance code for an allow relying party authorization response. |
static AuthAction |
DENY
A deny authentication approval. |
static long |
DENY_CODE
The persistance code for an allow relying party authorization response. |
static AuthAction |
UNKNOWN
An unknown directory implementation. |
static long |
UNKNOWN_CODE
The persistance code for an unknown relying party authorization response. |
| Constructor Summary | |
|---|---|
AuthAction()
Default constructor. |
|
AuthAction(long code)
Creates a authorization response with a known code. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
long |
getCode()
Gets the current code for the directory type. |
int |
hashCode()
|
void |
setCode(long code)
Sets the current code for the directory type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static AuthAction UNKNOWN
public static AuthAction ALLOW_ONCE
public static AuthAction ALLOW_ALWAYS
public static AuthAction DENY
public static AuthAction ALLOW_ALWAYS_AUTO
public static final long UNKNOWN_CODE
public static final long DENY_CODE
public static final long ALLOW_ONCE_CODE
public static final long ALLOW_ALWAYS_CODE
public static final long ALLOW_ALWAYS_AUTO_CODE
| Constructor Detail |
|---|
public AuthAction()
public AuthAction(long code)
code - The directory code.| Method Detail |
|---|
public long getCode()
public void setCode(long code)
code - The code.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||