public class RelyingPartyGroup extends Object
コンストラクタと説明 |
---|
RelyingPartyGroup() |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
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 © 2012. All Rights Reserved.