public class ECPFactory extends Object
createElementName()
,
createElementName(String value)
,
createElementName(org.w3c.dom.Element value)
.Modifier and Type | Method and Description |
---|---|
ECPRelayState |
createECPRelayState()
Returns the
ECPRelayState Object. |
ECPRelayState |
createECPRelayState(Element value)
Returns the
ECPRelayState Object. |
ECPRelayState |
createECPRelayState(String value)
Returns the
ECPRelayState Object. |
ECPRequest |
createECPRequest()
Returns the
ECPRequest Object. |
ECPRequest |
createECPRequest(Element value)
Returns the
ECPRequest Object. |
ECPRequest |
createECPRequest(String value)
Returns the
ECPRequest Object. |
ECPResponse |
createECPResponse()
Returns the
ECPResponse Object. |
ECPResponse |
createECPResponse(Element value)
Returns the
ECPResponse Object. |
ECPResponse |
createECPResponse(String value)
Returns the
ECPResponse Object. |
static ECPFactory |
getInstance()
Returns an instance of the
ECPFactory Object. |
public static ECPFactory getInstance()
ECPFactory
Object.ECPFactory
object.public ECPRelayState createECPRelayState() throws SAML2Exception
ECPRelayState
Object.ECPRelayState
object.SAML2Exception
- if ECPRelayState
cannot be created.public ECPRelayState createECPRelayState(Element value) throws SAML2Exception
ECPRelayState
Object.value
- the Document Element of ECP RelayState
object.ECPRelayState
object.SAML2Exception
- if ECPRelayState
cannot be created.public ECPRelayState createECPRelayState(String value) throws SAML2Exception
ECPRelayState
Object.value
- ECP RelayState
XML String.ECPRelayState
object.SAML2Exception
- if ECPRelayState
cannot be created.public ECPRequest createECPRequest() throws SAML2Exception
ECPRequest
Object.ECPRequest
object.SAML2Exception
- if ECPRequest
cannot be created.public ECPRequest createECPRequest(Element value) throws SAML2Exception
ECPRequest
Object.value
- the Document Element of ECP Request
object.ECPRequest
object.SAML2Exception
- if ECPRequest
cannot be created.public ECPRequest createECPRequest(String value) throws SAML2Exception
ECPRequest
Object.value
- ECP Request
XML String.ECPRequest
object.SAML2Exception
- if ECPRequest
cannot be created.public ECPResponse createECPResponse() throws SAML2Exception
ECPResponse
Object.ECPResponse
object.SAML2Exception
- if ECPResponse
cannot be created.public ECPResponse createECPResponse(Element value) throws SAML2Exception
ECPResponse
Object.value
- the Document Element of ECP Response
object.ECPResponse
object.SAML2Exception
- if ECPResponse
cannot be created.public ECPResponse createECPResponse(String value) throws SAML2Exception
ECPResponse
Object.value
- ECP Response
XML String.ECPResponse
object.SAML2Exception
- if ECPResponse
cannot be created.Copyright © 2010-2018, ForgeRock All Rights Reserved.