Modifier and Type | Field and Description |
---|---|
private RelyingPartyConfiguration |
RelyingPartyGroup.anonymousRP
Anonymous relying party config for the group.
|
private RelyingPartyConfiguration |
RelyingPartyGroup.defaultRP
Default relying party config for the group.
|
Modifier and Type | Field and Description |
---|---|
private List<RelyingPartyConfiguration> |
RelyingPartyGroup.relyingParties
Relying party config for the group.
|
Modifier and Type | Method and Description |
---|---|
RelyingPartyConfiguration |
RelyingPartyGroup.getAnonymousRP()
Gets the anonymous relying party config for the group.
|
RelyingPartyConfiguration |
RelyingPartyGroup.getDefaultRP()
Gets the default relying party for the group.
|
Modifier and Type | Method and Description |
---|---|
List<RelyingPartyConfiguration> |
RelyingPartyGroup.getRelyingParties()
Gets the relying party configurations for the group.
|
Modifier and Type | Method and Description |
---|---|
void |
RelyingPartyGroup.setAnonymousRP(RelyingPartyConfiguration config)
Sets the anonymous relying party config for the group.
|
void |
RelyingPartyGroup.setDefaultRP(RelyingPartyConfiguration config)
Sets the default relying party for the group.
|
Modifier and Type | Method and Description |
---|---|
void |
RelyingPartyGroup.setRelyingParties(List<RelyingPartyConfiguration> configurations)
Sets the relying party configurations for the group.
|
Modifier and Type | Method and Description |
---|---|
RelyingPartyConfiguration |
ProfileRequestContext.getRelyingPartyConfiguration()
Gets the configuration for the relying party for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileRequestContext.setRelyingPartyConfiguration(RelyingPartyConfiguration configuration)
Sets the configuration for the relying party for this request.
|
Modifier and Type | Field and Description |
---|---|
private RelyingPartyConfiguration |
BaseSAMLProfileRequestContext.relyingPartyConfiguration
Configuration for the relying party.
|
Modifier and Type | Method and Description |
---|---|
RelyingPartyConfiguration |
BaseSAMLProfileRequestContext.getRelyingPartyConfiguration()
Gets the configuration for the relying party for this request.
|
RelyingPartyConfiguration |
AbstractShibbolethProfileHandler.getRelyingPartyConfiguration(String relyingPartyId)
Gets the relying party configuration for the given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSAMLProfileRequestContext.setRelyingPartyConfiguration(RelyingPartyConfiguration configuration)
Sets the configuration for the relying party for this request.
|
Modifier and Type | Method and Description |
---|---|
RelyingPartyConfiguration |
RelyingPartyConfigurationManager.getAnonymousRelyingConfiguration()
Gets the relying party configuration to use for anonymous parties.
|
RelyingPartyConfiguration |
RelyingPartyConfigurationManager.getDefaultRelyingPartyConfiguration()
Gets the default relying party configuration.
|
RelyingPartyConfiguration |
RelyingPartyConfigurationManager.getRelyingPartyConfiguration(String relyingPartyEntityID)
Gets the configuration for the given relying party.
|
Modifier and Type | Method and Description |
---|---|
Map<String,RelyingPartyConfiguration> |
RelyingPartyConfigurationManager.getRelyingPartyConfigurations()
Gets the registered relying party configurations indexed by relying party ID.
|
Modifier and Type | Field and Description |
---|---|
private HashMap<String,RelyingPartyConfiguration> |
SAMLMDRelyingPartyConfigurationManager.rpConfigs
Registered relying party configurations.
|
Modifier and Type | Method and Description |
---|---|
RelyingPartyConfiguration |
SAMLMDRelyingPartyConfigurationManager.getAnonymousRelyingConfiguration()
Gets the relying party configuration to use for anonymous parties.
|
RelyingPartyConfiguration |
SAMLMDRelyingPartyConfigurationManager.getDefaultRelyingPartyConfiguration()
Gets the default relying party configuration.
|
RelyingPartyConfiguration |
SAMLMDRelyingPartyConfigurationManager.getRelyingPartyConfiguration(String relyingPartyEntityID)
Gets the configuration for the given relying party.
|
Modifier and Type | Method and Description |
---|---|
Map<String,RelyingPartyConfiguration> |
SAMLMDRelyingPartyConfigurationManager.getRelyingPartyConfigurations()
Gets the registered relying party configurations indexed by relying party ID.
|
Copyright © 1999-2012. All Rights Reserved.