public class RelyingPartyGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
private RelyingPartyConfiguration |
anonymousRP
Anonymous relying party config for the group.
|
private RelyingPartyConfiguration |
defaultRP
Default relying party config for the group.
|
private List<Credential> |
groupCredentials
Credentials for the group.
|
private MetadataProvider |
metadataProvider
Metadata provider for the group.
|
private List<RelyingPartyConfiguration> |
relyingParties
Relying party config for the group.
|
private List<SecurityPolicy> |
securityPolicies
Security policies for the group.
|
private List<TrustEngine> |
trustEngines
Trust engines for the group.
|
| Constructor and Description |
|---|
RelyingPartyGroup() |
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyConfiguration |
getAnonymousRP()
Gets the anonymous relying party config for the group.
|
List<Credential> |
getCredentials()
Gets the credentials for the group.
|
RelyingPartyConfiguration |
getDefaultRP()
Gets the default relying party for the group.
|
MetadataProvider |
getMetadataProvider()
Gets the metadata provider for the group.
|
List<RelyingPartyConfiguration> |
getRelyingParties()
Gets the relying party configurations for the group.
|
List<SecurityPolicy> |
getSecurityPolicies()
Gets the security policies for the group.
|
List<TrustEngine> |
getTrustEngines()
Gets the trust engines for the group.
|
void |
setAnonymousRP(RelyingPartyConfiguration config)
Sets the anonymous relying party config for the group.
|
void |
setCredentials(List<Credential> credentials)
Sets the credentials for the group.
|
void |
setDefaultRP(RelyingPartyConfiguration config)
Sets the default relying party for the group.
|
void |
setMetadataProvider(MetadataProvider provider)
Sets the metadata provider for the group.
|
void |
setRelyingParties(List<RelyingPartyConfiguration> configurations)
Sets the relying party configurations for the group.
|
void |
setSecurityPolicies(List<SecurityPolicy> policies)
Sets the security policies for the group.
|
void |
setTrustEngines(List<TrustEngine> engines)
Sets the trust engines for the group.
|
private RelyingPartyConfiguration anonymousRP
private RelyingPartyConfiguration defaultRP
private List<RelyingPartyConfiguration> relyingParties
private MetadataProvider metadataProvider
private List<SecurityPolicy> securityPolicies
private List<TrustEngine> trustEngines
private List<Credential> groupCredentials
public RelyingPartyConfiguration getAnonymousRP()
public List<Credential> getCredentials()
public RelyingPartyConfiguration getDefaultRP()
public MetadataProvider getMetadataProvider()
public List<RelyingPartyConfiguration> getRelyingParties()
public List<SecurityPolicy> getSecurityPolicies()
public List<TrustEngine> getTrustEngines()
public void setAnonymousRP(RelyingPartyConfiguration config)
config - anonymous relying party config for the grouppublic void setCredentials(List<Credential> credentials)
credentials - credentials for the grouppublic void setDefaultRP(RelyingPartyConfiguration config)
config - default relying party for the grouppublic void setMetadataProvider(MetadataProvider provider)
provider - metadata provider for the grouppublic void setRelyingParties(List<RelyingPartyConfiguration> configurations)
configurations - relying party configurations for the grouppublic void setSecurityPolicies(List<SecurityPolicy> policies)
policies - security policies for the grouppublic void setTrustEngines(List<TrustEngine> engines)
engines - trust engines for the groupCopyright © 1999-2015. All Rights Reserved.