|
Oracle 9iAS Single Sign-On SDK | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.security.sso.enabler.SSOEnablerException
|
+--oracle.security.sso.enabler.SSOIpCheckException
This exception is raised if the IP address of the original requested URL does not match with IP address of the user's computer. If the request came through a proxy server which may not have fixed IP then this exception will be raised. This exception can be disabled by disabling IP check during enabler configuration table registration process.
| Constructor Summary |
SSOIpCheckException()
Constructs a SSOIpCheckException object without an error message. |
SSOIpCheckException(java.lang.String p_str)
Constructs a SSOIpCheckException object with an error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SSOIpCheckException()
public SSOIpCheckException(java.lang.String p_str)
|
Oracle Corporation | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||