|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.jps.service.idm.util.IdmErrorConstants
public final class 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_USER The user is not authenticated, but allow user to re-authenticated. |
static int |
REASON_INVALID_USER The user is not authenticated (i.e. |
static int |
REASON_PRECLUDED_ACCESS The resource is protected by a security constraint contains no roles. |
static int |
REASON_UNAUTHORIZED The user is authenticated, but not authorized to access that protected resource. |
Constructor Summary | |
---|---|
IdmErrorConstants() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, 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 Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |