|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
public class RelyingPartyGroup
Container for relying party group information.
Constructor Summary | |
---|---|
RelyingPartyGroup()
|
Method Summary | |
---|---|
RelyingPartyConfiguration |
getAnonymousRP()
Gets the anonymous relying party config for the group. |
List<org.opensaml.xml.security.credential.Credential> |
getCredentials()
Gets the credentials for the group. |
RelyingPartyConfiguration |
getDefaultRP()
Gets the default relying party for the group. |
org.opensaml.saml2.metadata.provider.MetadataProvider |
getMetadataProvider()
Gets the metadata provider for the group. |
List<RelyingPartyConfiguration> |
getRelyingParties()
Gets the relying party configurations for the group. |
List<org.opensaml.ws.security.SecurityPolicy> |
getSecurityPolicies()
Gets the security policies for the group. |
List<org.opensaml.xml.security.trust.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<org.opensaml.xml.security.credential.Credential> credentials)
Sets the credentials for the group. |
void |
setDefaultRP(RelyingPartyConfiguration config)
Sets the default relying party for the group. |
void |
setMetadataProvider(org.opensaml.saml2.metadata.provider.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<org.opensaml.ws.security.SecurityPolicy> policies)
Sets the security policies for the group. |
void |
setTrustEngines(List<org.opensaml.xml.security.trust.TrustEngine> engines)
Sets the trust engines for the group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelyingPartyGroup()
Method Detail |
---|
public RelyingPartyConfiguration getAnonymousRP()
public List<org.opensaml.xml.security.credential.Credential> getCredentials()
public RelyingPartyConfiguration getDefaultRP()
public org.opensaml.saml2.metadata.provider.MetadataProvider getMetadataProvider()
public List<RelyingPartyConfiguration> getRelyingParties()
public List<org.opensaml.ws.security.SecurityPolicy> getSecurityPolicies()
public List<org.opensaml.xml.security.trust.TrustEngine> getTrustEngines()
public void setAnonymousRP(RelyingPartyConfiguration config)
config
- anonymous relying party config for the grouppublic void setCredentials(List<org.opensaml.xml.security.credential.Credential> credentials)
credentials
- credentials for the grouppublic void setDefaultRP(RelyingPartyConfiguration config)
config
- default relying party for the grouppublic void setMetadataProvider(org.opensaml.saml2.metadata.provider.MetadataProvider provider)
provider
- metadata provider for the grouppublic void setRelyingParties(List<RelyingPartyConfiguration> configurations)
configurations
- relying party configurations for the grouppublic void setSecurityPolicies(List<org.opensaml.ws.security.SecurityPolicy> policies)
policies
- security policies for the grouppublic void setTrustEngines(List<org.opensaml.xml.security.trust.TrustEngine> engines)
engines
- trust engines for the group
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |