Uses of Class
net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Packages that use RelyingPartyConfiguration Package Description net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions. -
-
Uses of RelyingPartyConfiguration in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as RelyingPartyConfiguration Modifier and Type Field Description private RelyingPartyConfigurationRelyingPartyContext. relyingPartyConfigurationThe relying party configuration.Methods in net.shibboleth.idp.profile.context that return RelyingPartyConfiguration Modifier and Type Method Description RelyingPartyConfigurationRelyingPartyContext. getConfiguration()Get the relying party configuration.Methods in net.shibboleth.idp.profile.context with parameters of type RelyingPartyConfiguration Modifier and Type Method Description RelyingPartyContextRelyingPartyContext. setConfiguration(RelyingPartyConfiguration config)Set the configuration to use when processing requests for this relying party.
-