public class SPType extends ProviderType
<complexType name="SPType"> <complexContent> <extension base="{urn:picketlink:identity-federation:config:1.0}ProviderType"> <sequence> <element name="ServiceURL" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bindingType
HTTP Redirect or HTTP Post Binding
|
protected String |
errorPage
User can configure an error page where the SP will redirect on encountering errors.
|
protected String |
idpMetadataFile |
protected boolean |
idpUsesPostBinding
Is the IDP sending POST binding request/response
|
protected String |
relayState
User can configure a relay state
|
protected String |
serviceURL |
additionalOptions, canonicalizationMethod, entityId, identityURL, keyProvider, metaDataProvider, serverEnvironment, supportsSignature, trust
Constructor and Description |
---|
SPType() |
Modifier and Type | Method and Description |
---|---|
String |
getBindingType() |
String |
getErrorPage() |
String |
getIdentityURL()
Gets the value of the identityURL property.
|
IdentityURLProviderType |
getIdentityURLProvider() |
String |
getIdpMetadataFile()
Get the IDP metadata file String
|
String |
getLogOutPage() |
String |
getLogoutResponseLocation() |
String |
getLogoutUrl() |
String |
getRelayState() |
String |
getServiceURL()
Gets the value of the serviceURL property.
|
void |
importFrom(ProviderType other)
Import values from another
IDPType |
boolean |
isIdpUsesPostBinding() |
void |
setBindingType(String bindingType) |
void |
setErrorPage(String errorPage) |
void |
setIdentityURLProvider(IdentityURLProviderType identityURLProvider) |
void |
setIdpMetadataFile(String idpMetadataFile)
Set the IDP Metadata file String
|
void |
setIdpUsesPostBinding(boolean idpPostBinding) |
void |
setLogOutPage(String logOutPage) |
void |
setLogoutResponseLocation(String logoutResponseLocation) |
void |
setLogoutUrl(String logoutUrl) |
void |
setRelayState(String relayState) |
void |
setServiceURL(String value)
Sets the value of the serviceURL property.
|
addAdditionalOption, getAdditionalOption, getCanonicalizationMethod, getEntityId, getKeyProvider, getMetaDataProvider, getServerEnvironment, getTrust, isSupportsSignature, removeAdditionalOption, setCanonicalizationMethod, setEntityId, setIdentityURL, setKeyProvider, setMetaDataProvider, setServerEnvironment, setSupportsSignature, setTrust
protected String serviceURL
protected String idpMetadataFile
protected String bindingType
protected String relayState
protected String errorPage
protected boolean idpUsesPostBinding
public String getServiceURL()
String
public void setServiceURL(String value)
value
- allowed object is String
public String getIdpMetadataFile()
public void setIdpMetadataFile(String idpMetadataFile)
idpMetadataFile
- public String getBindingType()
public void setBindingType(String bindingType)
public String getRelayState()
public void setRelayState(String relayState)
public String getErrorPage()
public void setErrorPage(String errorPage)
public boolean isIdpUsesPostBinding()
public void setIdpUsesPostBinding(boolean idpPostBinding)
public String getLogOutPage()
public void setLogOutPage(String logOutPage)
public String getLogoutUrl()
public void setLogoutUrl(String logoutUrl)
public String getLogoutResponseLocation()
public void setLogoutResponseLocation(String logoutResponseLocation)
public void importFrom(ProviderType other)
ProviderType
IDPType
importFrom
in class ProviderType
public String getIdentityURL()
ProviderType
getIdentityURL
in class ProviderType
String
public void setIdentityURLProvider(IdentityURLProviderType identityURLProvider)
public IdentityURLProviderType getIdentityURLProvider()
Copyright © 2021 JBoss by Red Hat. All rights reserved.