|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.7.2) E10686-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.share.security.authentication.AbstractAuthenticationService
oracle.adf.share.security.authentication.JEEAuthenticationService
public class JEEAuthenticationService
Internal: Applications should not use this class.
Field Summary | |
---|---|
protected static ADFLogger |
_adfSecLogger |
protected Environment |
adfEnv |
Fields inherited from interface oracle.adf.share.security.AuthenticationService |
---|
JAZN_CONFIG, JAZN_LOGIN_PROVIDER, LOGIN_CONFIG, LOGIN_CONFIG_PROVIDER |
Constructor Summary | |
---|---|
JEEAuthenticationService() |
Method Summary | |
---|---|
protected javax.servlet.http.HttpServletRequest |
getRequest(java.util.Map<java.lang.String,?> props) Deprecated. since 12.1.3.0.0 |
protected javax.servlet.http.HttpServletResponse |
getResponse(java.util.Map<java.lang.String,?> props) Deprecated. since 12.1.3.0.0 |
protected javax.servlet.http.HttpServletRequest |
internalGetRequest(java.util.Map<java.lang.String,java.lang.Object> props) Deprecated. since 12.1.3.0.0 |
protected javax.servlet.http.HttpServletResponse |
internalGetResponse(java.util.Map<java.lang.String,java.lang.Object> props) Deprecated. since 12.1.3.0.0 |
void |
login(java.lang.String successUrl, java.lang.String cancelUrl, java.util.Map<java.lang.String,?> props) This method can be used for both SSO and non-SSO login. |
void |
logout() JSE only. |
void |
logout(java.lang.String targetUrl, java.util.Map<java.lang.String,?> props) This method is used Web applications, SSO or non-SSO, to logout current user. |
static void |
logRequestHeaders(javax.servlet.http.HttpServletRequest request) Deprecated. since 12.1.2.0.0 |
protected void |
responseComplete() |
Methods inherited from class oracle.adf.share.security.authentication.AbstractAuthenticationService |
---|
getSubject, hasSsoSupport, internalLogout, login, login, setLoginConfig, setLoginConfigProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.adf.share.security.AuthenticationService |
---|
getSubject, login, login, setLoginConfigProvider |
Field Detail |
---|
protected static ADFLogger _adfSecLogger
protected Environment adfEnv
Constructor Detail |
---|
public JEEAuthenticationService()
Method Detail |
---|
public void login(java.lang.String successUrl, java.lang.String cancelUrl, java.util.Map<java.lang.String,?> props)
AuthenticationService
login
in interface AuthenticationService
login
in class AbstractAuthenticationService
successUrl
- representing the URL that the user agent must be sent to after successful authentication. It is expected that the application will encode any Application Context in this URLcancelUrl
- representing the URL that the user agent must be taken to if the user chooses to cancel the login from the login formprops
- used to convey any information relevant to the login process. It is mainly for extensibilitypublic void logout(java.lang.String targetUrl, java.util.Map<java.lang.String,?> props)
AuthenticationService
logout
in interface AuthenticationService
logout
in class AbstractAuthenticationService
targetUrl
- representing the URL that the user agent must be redirected to upon successful logout. It is expected that any application context will be encoded in this URLprops
- used to convey any information relevant to the logout process. It is mainly for extensibilitypublic void logout()
AuthenticationService
logout
in interface AuthenticationService
logout
in class AbstractAuthenticationService
protected javax.servlet.http.HttpServletResponse getResponse(java.util.Map<java.lang.String,?> props)
protected javax.servlet.http.HttpServletRequest getRequest(java.util.Map<java.lang.String,?> props)
protected void responseComplete()
public static final void logRequestHeaders(javax.servlet.http.HttpServletRequest request)
protected javax.servlet.http.HttpServletResponse internalGetResponse(java.util.Map<java.lang.String,java.lang.Object> props)
protected javax.servlet.http.HttpServletRequest internalGetRequest(java.util.Map<java.lang.String,java.lang.Object> props)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.7.2) E10686-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |