| |
|
| java.lang.Object org.josso.agent.SSOPartnerAppConfig
SSOPartnerAppConfig | public class SSOPartnerAppConfig implements Serializable(Code) | | SSO Partner Application configuration.
author: Sebastian Gonzalez Oyuela version: $Id: SSOPartnerAppConfig.java 508 2008-02-18 13:32:29Z sgonzalez $ |
SSOPartnerAppConfig | public SSOPartnerAppConfig(String context, String[] ignoredWebResources)(Code) | | Stores the received context as part of this Partner App. configuration.
The context may have a starting slash : "/partnerapp" or "partnerapp".
Parameters: context - |
getContext | public String getContext()(Code) | | The web context this application is belongs to.
|
getIgnoredWebRources | public String[] getIgnoredWebRources()(Code) | | The list of web resource names declared in the partner application deployment descriptor that should be ignored by JOSSO.
|
|
|
|