public class RelyingPartyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
コンストラクタと説明 |
---|
RelyingPartyFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
public Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 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 configurationsCopyright © 2012. All Rights Reserved.