|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.portal.provider.v2.ProviderInstance
|
+--oracle.portal.provider.v2.http.URLProviderInstance
|
+--oracle.portal.provider.v2.http.BasicURLProviderInstance
| Field Summary |
| Fields inherited from class oracle.portal.provider.v2.ProviderInstance |
PROVIDER_USER |
| Constructor Summary | |
BasicURLProviderInstance()
|
|
| Method Summary | |
java.lang.Object[] |
initSession(ProviderUser,
ExternalPrincipal)
Called to initiate a session with a particular user. |
| Methods inherited from class oracle.portal.provider.v2.http.URLProviderInstance |
deregister, getProviderDefinition, getSubscription, init, makeQueryString, register, setUrlCookiePolicyHandler |
| Methods inherited from class oracle.portal.provider.v2.ProviderInstance |
getOidManager, getPortletDefinition, getPortletDefinition, getPortletDefinitions, getPortletDefinitions, getPortletInstance, getPortletInstance, getPortletInstance, getPortletInstance, getPortletInstance, getPreferenceStore, getProviderContext, getProviderId, getUseOldStyleHeaders, isDefinitionEqual |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicURLProviderInstance()
| Method Detail |
public java.lang.Object[] initSession(ProviderUser,
ExternalPrincipal)
throws ProviderException
ProviderInstance
A session is established via the ProviderUser user
object. I.e. the user object contains the methods for creating and
retrieving a session. For providers running in a servlet environment,
further HTTP-specific information can be accessed by casting the user
object to a ServletProviderUser. In particular,
this allows access to any existing Cookies already established between
the user and provider, via the ServletProviderUser.getCookies()
method.
initSession in class URLProviderInstance - Current portal user. - External Application information (if it exists).
javax.servlet.http.Cookie. Alternatively,
null can be returned if this provider doesn't use cookies or
relies on the (user) session to maintain its state.
ProviderException - if a generic provider error occurs.
|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||