| Package | Description |
|---|---|
| net.shibboleth.idp.profile.config |
Classes pertaining to request-time profile configuration options.
|
| net.shibboleth.idp.profile.context |
Context classes for IdP-specific information needed by profile actions.
|
| net.shibboleth.idp.relyingparty |
APIs for retrieving the per-relying party configuration for a given profile request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProfileConfiguration
Base class for
ProfileConfiguration implementations. |
| Modifier and Type | Field and Description |
|---|---|
private ProfileConfiguration |
RelyingPartyContext.profileConfiguration
Profile configuration that is in use.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileConfiguration |
RelyingPartyContext.getProfileConfig()
Get the configuration for the request profile currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyContext |
RelyingPartyContext.setProfileConfig(ProfileConfiguration config)
Set the configuration for the request profile currently being processed.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ProfileConfiguration> |
RelyingPartyConfiguration.profileConfigurations
Registered and usable communication profile configurations for this relying party.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileConfiguration |
RelyingPartyConfiguration.getProfileConfiguration(String profileId)
Get the profile configuration, for the relying party, for the given profile.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProfileConfiguration> |
RelyingPartyConfiguration.getProfileConfigurations()
Get the unmodifiable set of profile configurations for this relying party.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelyingPartyConfiguration.setProfileConfigurations(Collection<ProfileConfiguration> configs)
Set the profile configurations for this relying party.
|
Copyright © 1999–2014. All rights reserved.