|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.security.jazn.collector.IdmErrorConstants
This class defines the values for the reason field used by the oc4j when the authenticate fails for some reason. And the reason passed by the oc4j is one of these values. This class uses the OC4J specific HttpAuthenticator to get all these values.
| Field Summary | |
static int |
REASON_CHALLENGE_USERThe user is not authenticated, but allow user to re-authenticated. |
static int |
REASON_INVALID_USERThe user is not authenticated (i.e. |
static int |
REASON_PRECLUDED_ACCESSThe resource is protected by a security constraint contains no roles. |
static int |
REASON_UNAUTHORIZEDThe user is authenticated, but not authorized to access that protected resource. |
| Constructor Summary | |
IdmErrorConstants() |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int REASON_INVALID_USER
public static final int REASON_CHALLENGE_USER
public static final int REASON_UNAUTHORIZED
public static final int REASON_PRECLUDED_ACCESS
| Constructor Detail |
public IdmErrorConstants()
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||