PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class SPType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.ProviderType
      extended by org.picketlink.identity.federation.core.config.SPType

public class SPType
extends ProviderType

Service Provider Type

Java class for SPType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Field Summary
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
           
 
Fields inherited from class org.picketlink.identity.federation.core.config.ProviderType
additionalOptions, canonicalizationMethod, identityURL, keyProvider, metaDataProvider, serverEnvironment, supportsSignature, trust
 
Constructor Summary
SPType()
           
 
Method Summary
 String getBindingType()
           
 String getErrorPage()
           
 String getIdpMetadataFile()
          Get the IDP metadata file String
 String getLogOutPage()
           
 String getRelayState()
           
 String getServiceURL()
          Gets the value of the serviceURL property.
 boolean isIdpUsesPostBinding()
           
 void setBindingType(String bindingType)
           
 void setErrorPage(String errorPage)
           
 void setIdpMetadataFile(String idpMetadataFile)
          Set the IDP Metadata file String
 void setIdpUsesPostBinding(boolean idpPostBinding)
           
 void setLogOutPage(String logOutPage)
           
 void setRelayState(String relayState)
           
 void setServiceURL(String value)
          Sets the value of the serviceURL property.
 
Methods inherited from class org.picketlink.identity.federation.core.config.ProviderType
addAdditionalOption, getAdditionalOption, getCanonicalizationMethod, getIdentityURL, getKeyProvider, getMetaDataProvider, getServerEnvironment, getTrust, importFrom, isSupportsSignature, removeAdditionalOption, setCanonicalizationMethod, setIdentityURL, setKeyProvider, setMetaDataProvider, setServerEnvironment, setSupportsSignature, setTrust
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceURL

protected String serviceURL

idpMetadataFile

protected String idpMetadataFile

bindingType

protected String bindingType
HTTP Redirect or HTTP Post Binding


relayState

protected String relayState
User can configure a relay state


errorPage

protected String errorPage
User can configure an error page where the SP will redirect on encountering errors.


idpUsesPostBinding

protected boolean idpUsesPostBinding
Is the IDP sending POST binding request/response

Constructor Detail

SPType

public SPType()
Method Detail

getServiceURL

public String getServiceURL()
Gets the value of the serviceURL property.

Returns:
possible object is String

setServiceURL

public void setServiceURL(String value)
Sets the value of the serviceURL property.

Parameters:
value - allowed object is String

getIdpMetadataFile

public String getIdpMetadataFile()
Get the IDP metadata file String

Returns:

setIdpMetadataFile

public void setIdpMetadataFile(String idpMetadataFile)
Set the IDP Metadata file String

Parameters:
idpMetadataFile -

getBindingType

public String getBindingType()

setBindingType

public void setBindingType(String bindingType)

getRelayState

public String getRelayState()

setRelayState

public void setRelayState(String relayState)

getErrorPage

public String getErrorPage()

setErrorPage

public void setErrorPage(String errorPage)

isIdpUsesPostBinding

public boolean isIdpUsesPostBinding()

setIdpUsesPostBinding

public void setIdpUsesPostBinding(boolean idpPostBinding)

getLogOutPage

public String getLogOutPage()

setLogOutPage

public void setLogOutPage(String logOutPage)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.