Class Subject
java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.Subject
Represents an STS Subject element of the
STSUniversalUser/AdditionalAttributeStatement transform to and from XML.
- Version:
- @VERSION@
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the value of the format attribute that will be used in creation of the SAML 1.x NameIdentifier formatgetName()
Get the attribute that is to b used as the value of the SAML 1.x NameIdentifier element.void
Set the value of the format attribute from the SAML 1.x NameIdentifier.void
Set the value of the name attributeReturns an XML representation of this Subject as an org.w3c.dom.Element object.
-
Field Details
-
_java_sourceCodeID
- See Also:
-
_java_copyright
- See Also:
-
-
Constructor Details
-
Subject
Constructor from a name and SAML name format- Parameters:
name
- the name of the Subject as a String.format
- the format of the Subject as a String.
-
-
Method Details
-
getName
Get the attribute that is to b used as the value of the SAML 1.x NameIdentifier element.- Returns:
- the name of this Subject.
-
setName
Set the value of the name attribute- Parameters:
name
- the name for this Subject object as a String.
-
getFormat
get the value of the format attribute that will be used in creation of the SAML 1.x NameIdentifier format- Returns:
- the format of this Subject object as a String.
-
setFormat
Set the value of the format attribute from the SAML 1.x NameIdentifier.- Parameters:
type
- the value of the format attribute from the SAML 1.x NameIdentifier.
-
toXml
Returns an XML representation of this Subject as an org.w3c.dom.Element object.- Parameters:
owner
- the Document to add this Subject to.- Returns:
- this Subject object as an org.w3c.dom.Element.
-