|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
public class RelyingPartyFactoryBean
Relying party configuration factory bean.
Field Summary | |
---|---|
private String |
defaultAuthenticationMethod
Authentication method to use if none is specified within a request. |
private Credential |
defaultSigningCredential
The default signing credential for this relying party. |
private List<String> |
nameIdFormatPrecedence
Precedence ordering of NameID formats for this relying party. |
private List<ProfileConfiguration> |
profileConfigurations
Registered profile configurations. |
private String |
providerId
ID of the provider to use for this relying party. |
private String |
relyingPartyId
ID of the relying party. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
RelyingPartyFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
String |
getDefaultAuthenticationMethod()
Gets the authentication method to use if one is not specified within a request. |
Credential |
getDefaultSigningCredential()
Gets the default signing credential for this relying party. |
List<String> |
getNameIdFormatPrecedence()
Gets the precedence of NameID formats for this relying party. |
Class |
getObjectType()
|
List<ProfileConfiguration> |
getProfileConfigurations()
Gets the registered profile configurations. |
String |
getProviderId()
Gets the ID of the provider to use for this relying party. |
String |
getRelyingPartyId()
Gets the ID of the relying party. |
void |
setDefaultAuthenticationMethod(String method)
Sets the authentication method to use if one is not specified within a request. |
void |
setDefaultSigningCredential(Credential credential)
Sets the default signing credential for this relying party. |
void |
setNameIdFormatPrecedence(List<String> precedence)
Sets the precedence of NameID formats for this relying party. |
void |
setProfileConfigurations(List<ProfileConfiguration> configurations)
Sets the registered profile configurations. |
void |
setProviderId(String id)
Sets the ID of the provider to use for this relying party. |
void |
setRelyingPartyId(String id)
Sets the ID of the relying party. |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String relyingPartyId
private String providerId
private String defaultAuthenticationMethod
private Credential defaultSigningCredential
private List<String> nameIdFormatPrecedence
private List<ProfileConfiguration> profileConfigurations
Constructor Detail |
---|
public RelyingPartyFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public String getRelyingPartyId()
public void setRelyingPartyId(String id)
id
- ID of the relying partypublic String getProviderId()
public void setProviderId(String id)
id
- ID of the provider to use for this relying partypublic String getDefaultAuthenticationMethod()
public void setDefaultAuthenticationMethod(String method)
method
- authentication method to use if one is not specified within a requestpublic Credential getDefaultSigningCredential()
public void setDefaultSigningCredential(Credential credential)
credential
- default signing credential for this relying partypublic List<String> getNameIdFormatPrecedence()
public void setNameIdFormatPrecedence(List<String> precedence)
precedence
- precedence of NameID formats for this relying partypublic List<ProfileConfiguration> getProfileConfigurations()
public void setProfileConfigurations(List<ProfileConfiguration> configurations)
configurations
- registered profile configurationsprotected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |