Uses of Interface
net.shibboleth.sp.Application
Packages that use Application
Package
Description
Core APIs for the SP plugin.
General
BaseContext subclasses defined by the SP plugin.General implementation classes.
API classes for SP profile actions.
APIs supporting state management for SSO protocols.
Implementation of protocol state management.
-
Uses of Application in net.shibboleth.sp
Methods in net.shibboleth.sp that return ApplicationModifier and TypeMethodDescriptionAgent.getApplication(String id) Get anApplicationassociated with this agent.Methods in net.shibboleth.sp that return types with arguments of type ApplicationModifier and TypeMethodDescriptionAgent.getApplications()Get allApplicationinstances associated with this agent.Constructors in net.shibboleth.sp with parameters of type Application -
Uses of Application in net.shibboleth.sp.context
Fields in net.shibboleth.sp.context declared as ApplicationModifier and TypeFieldDescriptionprivate ApplicationAgentRequestContext.applicationApplication for which the request was made.Methods in net.shibboleth.sp.context that return ApplicationModifier and TypeMethodDescriptionAgentRequestContext.getApplication()Get the application for which the request was made.Methods in net.shibboleth.sp.context with parameters of type ApplicationModifier and TypeMethodDescriptionAgentRequestContext.setApplication(Application app) Set the application for which the request was made. -
Uses of Application in net.shibboleth.sp.impl
Classes in net.shibboleth.sp.impl that implement ApplicationModifier and TypeClassDescriptionclassBasic implementation of anAgent.classBasic implementation of anApplication.Fields in net.shibboleth.sp.impl declared as ApplicationModifier and TypeFieldDescriptionprivate ApplicationDelegatingRelyingPartyConfiguration.applicationDelegation source.private ApplicationBasicApplication.parentLink to parentApplication.Fields in net.shibboleth.sp.impl with type parameters of type ApplicationModifier and TypeFieldDescriptionprivate Map<String,Application> BasicAgent.applicationMapApplication map.Methods in net.shibboleth.sp.impl that return ApplicationModifier and TypeMethodDescriptionBasicAgent.getApplication(String id) Get anApplicationassociated with this agent.BasicApplication.getParent()Gets the parentApplicationfor inheritance-purposes.Methods in net.shibboleth.sp.impl that return types with arguments of type ApplicationModifier and TypeMethodDescriptionBasicAgent.getApplications()Get allApplicationinstances associated with this agent.Methods in net.shibboleth.sp.impl with parameters of type ApplicationModifier and TypeMethodDescriptionvoidDelegatingRelyingPartyConfiguration.setApplication(Application app) Sets theApplicationto delegate to.voidBasicApplication.setParent(Application app) Sets the parentApplicationfor inheritance-purposes.Method parameters in net.shibboleth.sp.impl with type arguments of type ApplicationModifier and TypeMethodDescriptionvoidBasicAgent.setApplications(Set<Application> applications) Sets theApplicationinstances associated with this agent. -
Uses of Application in net.shibboleth.sp.profile
Fields in net.shibboleth.sp.profile declared as ApplicationModifier and TypeFieldDescriptionprivate ApplicationAbstractApplicationAction.applicationCached agent from context.Methods in net.shibboleth.sp.profile that return ApplicationModifier and TypeMethodDescriptionAbstractApplicationAction.ensureApplication()Gets theApplicationfor this request.AbstractApplicationAction.getApplication()Gets theApplicationfor this request. -
Uses of Application in net.shibboleth.sp.state
Methods in net.shibboleth.sp.state with parameters of type ApplicationModifier and TypeMethodDescriptionprotected abstract StringAbstractStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected abstract StringAbstractStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.AbstractStateManager.preserveToStateToken(Agent agent, Application application, StateData data) Preserves data while transforming it into a state token.StateManager.preserveToStateToken(Agent agent, Application application, StateData data) Preserves data while transforming it into a state token.<T extends StateData>
TAbstractStateManager.recoverFromStateToken(Agent agent, Application application, String token, Class<T> type) Recovers stored data from a state token.<T extends StateData>
TStateManager.recoverFromStateToken(Agent agent, Application application, String token, Class<T> type) Recovers stored data from a state token. -
Uses of Application in net.shibboleth.sp.state.impl
Methods in net.shibboleth.sp.state.impl with parameters of type ApplicationModifier and TypeMethodDescriptionprotected StringCookieStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringPassthroughStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringStorageServiceStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringCookieStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.protected StringPassthroughStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.protected StringStorageServiceStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.private StringStorageServiceStateManager.getContext(Agent agent, Application application) Compute the storage context to use.CookieStateManager.getCookieName(Application application, String uniquePortion) Computes the name of a new state cookie.StorageServiceStateManager.getCookieName(Application application, String uniquePortion) Computes the name of a new state cookie.