public class RelyingPartyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RelyingPartyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
private String relyingPartyId
private String providerId
private String defaultAuthenticationMethod
private Credential defaultSigningCredential
private List<String> nameIdFormatPrecedence
private List<ProfileConfiguration> profileConfigurations
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic 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 configurationsCopyright © 1999-2015. All Rights Reserved.