Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.message.common |
Defines common classes used by federation protocol messages.
|
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
Modifier and Type | Method and Description |
---|---|
static FSAuthnResponse |
FSAuthnResponse.parseAuthnResponseXML(String xml)
Deprecated.
Creates
FSAuthnResponse object from XML Schema. |
static FSResponse |
FSResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSResponse object. |
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSNameRegistrationResponse object. |
static FSLogoutResponse |
FSLogoutResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSLogoutResponse object. |
static FSAuthnResponseEnvelope |
FSAuthnResponseEnvelope.parseBASE64EncodedString(String encodedReq)
Deprecated.
Returns
FSAuthnResponseEnvelope object. |
static FSAuthnResponse |
FSAuthnResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSAutnResponse object by parsing a
Base64 encoding XML string. |
static FSAuthnRequestEnvelope |
FSAuthnRequestEnvelope.parseBASE64EncodedString(String encodedReq)
Deprecated.
Returns
FSAuthnRequestEnvelope object. |
static FSAuthnRequest |
FSAuthnRequest.parseBASE64EncodedString(String encodedReq)
Deprecated.
Returns
FSAuthnRequest object. |
static FSResponse |
FSResponse.parseResponseXML(String xml)
Deprecated.
|
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSNameRegistrationLogoutResponse object. |
static FSNameRegistrationRequest |
FSNameRegistrationRequest.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSNameRegistrationRequest object. |
static FSLogoutResponse |
FSLogoutResponse.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSLogoutResponse object. |
static FSLogoutNotification |
FSLogoutNotification.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSLogoutNotification object. |
static FSFederationTerminationNotification |
FSFederationTerminationNotification.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSFederationTerminationNotification object. |
static FSAuthnRequest |
FSAuthnRequest.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSAuthnRequest object. |
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseXML(String xml)
Deprecated.
Returns the
FSNameRegistrationResponse object. |
static FSNameRegistrationRequest |
FSNameRegistrationRequest.parseXML(String xml)
Deprecated.
|
static FSNameIdentifierMappingResponse |
FSNameIdentifierMappingResponse.parseXML(String xml)
Deprecated.
Creates
FSNameIdentifierMappingResponse object. |
static FSNameIdentifierMappingRequest |
FSNameIdentifierMappingRequest.parseXML(String xml)
Deprecated.
Returns
FSNameIdentifierMappingRequest object. |
static FSLogoutResponse |
FSLogoutResponse.parseXML(String xml)
Deprecated.
Returns the
FSLogoutResponse object. |
static FSLogoutNotification |
FSLogoutNotification.parseXML(String xml)
Deprecated.
Constructor create
FSLogoutNotification from a
XML string. |
static FSFederationTerminationNotification |
FSFederationTerminationNotification.parseXML(String xml)
Deprecated.
Returns the
FSAuthnRequest object. |
static FSAuthnResponseEnvelope |
FSAuthnResponseEnvelope.parseXML(String xml)
Deprecated.
Returns the
FSAuthnResponseEnvelope object. |
static FSAuthnRequestEnvelope |
FSAuthnRequestEnvelope.parseXML(String xml)
Deprecated.
Returns the
FSAuthnRequestEnvelope object. |
static FSAuthnRequest |
FSAuthnRequest.parseXML(String xml)
Deprecated.
Returns the
FSAuthnRequest object. |
String |
FSResponse.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSNameRegistrationResponse.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSNameRegistrationRequest.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSLogoutResponse.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSLogoutNotification.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSFederationTerminationNotification.toBASE64EncodedString()
Deprecated.
Returns a
Base64 encoded string representing this
object. |
String |
FSAuthnResponseEnvelope.toBASE64EncodedString()
Deprecated.
Returns a
Base64 Encoded String. |
String |
FSAuthnResponse.toBASE64EncodedString()
Deprecated.
Returns a
Base64 encoded string representing this
object. |
String |
FSAuthnRequestEnvelope.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded Authentication Request String.
|
String |
FSAuthnRequest.toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
FSScoping.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
FSNameRegistrationResponse.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
FSNameRegistrationRequest.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
FSLogoutResponse.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
FSLogoutNotification.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
FSFederationTerminationNotification.toURLEncodedQueryString()
Deprecated.
Returns an
URL encoded query string. |
String |
FSAuthnRequest.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded Query String.
|
String |
FSSubject.toXMLString()
Deprecated.
Returns a String representation of this object.
|
String |
FSScoping.toXMLString()
Deprecated.
Returns a
XML string representation of this object. |
String |
FSResponse.toXMLString()
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameRegistrationResponse.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSNameRegistrationRequest.toXMLString()
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameIdentifierMappingResponse.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSNameIdentifierMappingRequest.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSLogoutResponse.toXMLString()
Deprecated.
Returns a String representation of the
LogoutResponse
object. |
String |
FSLogoutNotification.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSIDPList.toXMLString()
Deprecated.
Returns a
XML string representation of this object. |
String |
FSFederationTerminationNotification.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSAuthnResponseEnvelope.toXMLString()
Deprecated.
Returns XML document String for this object based on the Response Schema.
|
String |
FSAuthnResponse.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
FSAuthnRequestEnvelope.toXMLString()
Deprecated.
Returns the request as an XML Document String
based on the Liberty Request schema.
|
String |
FSAuthnRequest.toXMLString()
Deprecated.
This method translates the request to an XML document String based on
the Request schema described above.
|
String |
FSAuthenticationStatement.toXMLString()
Deprecated.
Returns a String representation of this object.
|
String |
FSAssertion.toXMLString()
Deprecated.
Returns a
XML String representation of this object. |
String |
FSSubject.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSScoping.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of this object.
|
String |
FSResponse.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameRegistrationResponse.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameRegistrationRequest.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameIdentifierMappingResponse.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
FSNameIdentifierMappingRequest.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
String |
FSLogoutResponse.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the
LogoutResponse
object. |
String |
FSLogoutNotification.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
String |
FSIDPList.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of this object.
|
String |
FSFederationTerminationNotification.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
String |
FSAuthnResponseEnvelope.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of the
Response object. |
String |
FSAuthnResponse.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
FSAuthnRequestEnvelope.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
|
String |
FSAuthnRequest.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
|
String |
FSAuthenticationStatement.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
FSAssertion.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a
XML String representation of this object. |
String |
FSResponse.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
|
String |
FSNameRegistrationResponse.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameRegistrationRequest.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
FSNameIdentifierMappingResponse.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
String |
FSNameIdentifierMappingRequest.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
FSLogoutResponse.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the
LogoutResponse
object. |
String |
FSLogoutNotification.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns the string representation of this object.
|
String |
FSIDPList.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Creates a String representation of this element.
|
String |
FSFederationTerminationNotification.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
FSAuthnResponseEnvelope.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Creates a String representation of the
Response object. |
String |
FSAuthnResponse.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
FSAuthnRequestEnvelope.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
|
String |
FSAuthnRequest.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
|
Constructor and Description |
---|
FSAssertion(Element assertionElement)
Deprecated.
Constructor to create an
FSAssertion object
from the Document Element. |
FSAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Advice advice,
Set statements,
String inResponseTo)
Deprecated.
Constructor to create an
FSAssertion object. |
FSAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Set statements,
String inResponseTo)
Deprecated.
Constructor to create
FSAssertion object. |
FSAssertion(String assertionID,
String issuer,
Date issueInstant,
Set statements,
String inResponseTo)
Deprecated.
Constructor to create
FSAssertion object. |
FSAssertionArtifact(byte[] idBytes,
byte[] handleBytes)
Deprecated.
Constructor to create
FSAssertionArtifact object. |
FSAssertionArtifact(String theArtifact)
Deprecated.
Constructor to create
AssertionArtifact object. |
FSAuthenticationStatement(Element element)
Deprecated.
Constructs an
FSAuthenticationStatement object from a
Document Element. |
FSAuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
AuthnContext authnContext)
Deprecated.
Constructor to create
FSAuthenticationStatement object. |
FSAuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding,
AuthnContext authnContext)
Deprecated.
Constructor for create
FSAuthenticationStatement object. |
FSAuthnRequest(Element root)
Deprecated.
Constructor to create
FSAuthnRequest object. |
FSAuthnRequest(String requestId,
List respondWiths,
String providerID,
boolean forceAuthn,
boolean isPassive,
boolean fed,
String nameIDPolicy,
String protocolProf,
RequestAuthnContext authnCxt,
String relaySt,
String authContextCompType)
Deprecated.
Constructor to create
FSAuthnRequest object. |
FSAuthnRequestEnvelope(Element root)
Deprecated.
Constructs a new
FSAuthnRequestEnvelope object
from a Document Element. |
FSAuthnResponse(Element root)
Deprecated.
Constructor creates
FSAuthnResponse object from
Document Element. |
FSAuthnResponse(String responseID,
String inResponseTo,
Status status,
List contents,
String relayState)
Deprecated.
Constructor to create
FSAuthnResponse object. |
FSAuthnResponseEnvelope(Element root)
Deprecated.
Constructor create
FSAuthnResponseEnvelope object. |
FSFederationTerminationNotification(Element root)
Deprecated.
Creates
FSFederationTerminationNotification from
a Document Element. |
FSFederationTerminationNotification(String requestId,
String providerID,
NameIdentifier nameId)
Deprecated.
Creates
FSFederationTerminationNotification object. |
FSIDPList(Element root)
Deprecated.
Constructor creates
FSIDPList object from
Document Element. |
FSLogoutNotification(Element root)
Deprecated.
Constructor creates
FSLogoutNotification object
from Document Element. |
FSLogoutNotification(String requestId,
String providerID,
NameIdentifier nameId,
String relayState)
Deprecated.
Consturctor creates
FSLogoutNotification object. |
FSLogoutResponse(Element root)
Deprecated.
Constructor creates
FSLogoutResponse object from
a Document element. |
FSLogoutResponse(String responseID,
String inResponseTo,
Status status,
String providerId,
String relayState)
Deprecated.
Constructor creates
FSLogoutResponse object. |
FSNameIdentifierMappingRequest(Element root)
Deprecated.
Constructor to create
FSNameIdentifierMappingRequest from
the Document Element. |
FSNameIdentifierMappingRequest(String providerID,
NameIdentifier nameIdentifier,
String targetNamespace)
Deprecated.
Constructor to create
FSNameIdentifierMappingRequest . |
FSNameIdentifierMappingResponse(Element root)
Deprecated.
Constructor to create
FSNameIdentifierMappingResponse object. |
FSNameIdentifierMappingResponse(String providerID,
String inResponseTo,
Status status,
NameIdentifier nameIdentifier)
Deprecated.
Constructor to create
FSNameIdentifierMappingResponse object. |
FSNameRegistrationRequest(Element root)
Deprecated.
Constructor creates
FSNameRegistrationRequest object
from a Document Element. |
FSNameRegistrationRequest(String requestId,
List respondWiths,
String providerId,
SPProvidedNameIdentifier spProvidedNameIdentifier,
IDPProvidedNameIdentifier idpProvidedNameIdentifier,
OldProvidedNameIdentifier oldProvidedNameIdentifier,
String relayState)
Deprecated.
Constructor creates the
FSNameRegistrationRequest
object. |
FSNameRegistrationResponse(Element root)
Deprecated.
Constructor creates the
FSNameRegistrationResponse object
from Document Element. |
FSNameRegistrationResponse(String responseID,
String inResponseTo,
Status status,
String providerId,
String relayState)
Deprecated.
Constructor creates the
FSNameRegistrationResponse object. |
FSResponse(Element root)
Deprecated.
Constructor creates
FSResponse object form
a Document Element. |
FSResponse(String responseID,
String inResponseTo,
Status status,
List contents)
Deprecated.
Constructor creates
FSResponse object. |
FSScoping(Element root)
Deprecated.
Constructor creates
FSScoping object from
the Document Element. |
FSSubject(Element subjectElement)
Deprecated.
Constructor creates
FSSubject object from
the Document Element. |
FSSubject(NameIdentifier nameIdentifier,
IDPProvidedNameIdentifier idpNameIdentifier)
Deprecated.
Constructor creates
FSSubject object. |
FSSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation,
IDPProvidedNameIdentifier idpNameIdentifier)
Deprecated.
Constructor creates
FSSubject object. |
Modifier and Type | Method and Description |
---|---|
static RequestAuthnContext |
RequestAuthnContext.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request,
int minorVersion)
Deprecated.
Returns
RequestAuthnContext object. |
static Extension |
Extension.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request,
String prefix,
int minorVersion)
Deprecated.
Returns
Extension object. |
static GetComplete |
GetComplete.parseXML(String xml)
Deprecated.
Returns
GetComplete object. |
void |
Extension.setAttributeMap(Map avpairs)
Deprecated.
Converts attribute value pairs to a list of XML
String
objects. |
void |
Extension.setChildren(List children)
Deprecated.
Sets a list of XML
String object. |
String |
RequestAuthnContext.toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
Extension.toURLEncodedQueryString(String prefix)
Deprecated.
Returns an URL Encoded String.
|
String |
SPProvidedNameIdentifier.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
RequestAuthnContext.toXMLString()
Deprecated.
Returns a String representation of the Logout Response.
|
String |
OldProvidedNameIdentifier.toXMLString()
Deprecated.
Returns a String representation of this object.
|
String |
IDPProvidedNameIdentifier.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
IDPEntry.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
IDPEntries.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
GetComplete.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
Extension.toXMLString()
Deprecated.
Returns a String representation of the
Extension element. |
String |
AuthnContext.toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
SPProvidedNameIdentifier.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
String |
RequestAuthnContext.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
OldProvidedNameIdentifier.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
IDPProvidedNameIdentifier.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns the string representation of this object.
|
String |
IDPEntry.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
IDPEntries.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
GetComplete.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
Extension.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of the
Extension element. |
String |
AuthnContext.toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
RequestAuthnContext.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
IDPEntry.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
String |
IDPEntries.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
String |
GetComplete.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
AuthnContext.toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
Constructor and Description |
---|
AuthnContext(Element root)
Deprecated.
Constructor creates
AuthnContext object
from the Document Element. |
Extension(Element element)
Deprecated.
Constructor to create
Extension object. |
Extension(List children)
Deprecated.
Constructor to create
Extension object. |
Extension(Map avpairs)
Deprecated.
Constructor to create
Extension object. |
GetComplete(Element root)
Deprecated.
Constructor creates
GetComplete object from
the Document Element. |
IDPEntries(Element root)
Deprecated.
Constructor creates
IDPEntries object from
a Document Element. |
IDPEntry(Element root)
Deprecated.
Constructor creates
IDPEntry Object from
Document Element. |
IDPProvidedNameIdentifier(Element idpProvidedNameIdentifierElement)
Deprecated.
Constructor creates
IDPProvidedNameIdentifier object
from Document Element. |
IDPProvidedNameIdentifier(String securityDomain,
String name)
Deprecated.
Constructor creates
IDPProvidedNameIdentifier object. |
OldProvidedNameIdentifier(Element oldProvidedNameIdentifierElement)
Deprecated.
Constructor to create
OldProvidedNameIdentifier Object
from Document Element. |
OldProvidedNameIdentifier(String securityDomain,
String name)
Deprecated.
Constructor creates
OldProvidedNameIdentifier object. |
RequestAuthnContext(Element root)
Deprecated.
Constructor to create
RequestAuthnContext object from
Docuemnt Element. |
SPProvidedNameIdentifier(Element spProvidedNameIdentifierElement)
Deprecated.
Constructor creates
SPProvidedNameIdentifier object
from Document Element. |
SPProvidedNameIdentifier(String securityDomain,
String name)
Deprecated.
Constructor creates
SPProvidedNameIdentifier object. |
Modifier and Type | Method and Description |
---|---|
String |
SessionSubject.toXMLString()
Returns a String representation of the element.
|
String |
SessionContext.toXMLString()
Returns a String representation of the
SessionContext
element. |
String |
SessionSubject.toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the
<Subject>
element. |
String |
SessionContext.toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the
<SessionContext>
element. |
Constructor and Description |
---|
SessionSubject(Element subjectElement)
Constructs a
SessionSubject object from a DOM element. |
SessionSubject(NameIdentifier nameIdentifier,
IDPProvidedNameIdentifier idpNameIdentifier)
Constructs a
SessionSubject object from a
NameIdentifier object and a
IDPProvidedNameIdentifier object. |
SessionSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation,
IDPProvidedNameIdentifier idpNameIdentifier)
Constructs a
SessionSubject object from a
NameIdentifier object, SubjectConfirmation and
IDPProvidedNameIdentifier object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.