|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Subject
The Subject specifies the principal that is the subject
of all of the statements in the assertion. It contains an identifier,
a series of one or more subject confirmations, or both.
| Method Summary | |
|---|---|
BaseID |
getBaseID()
Returns the identifier in BaseID format |
EncryptedID |
getEncryptedID()
Returns the encrypted identifier |
NameID |
getNameID()
Returns the identifier in NameID format |
List |
getSubjectConfirmation()
Returns a list of subject confirmations |
boolean |
isMutable()
Returns true if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setBaseID(BaseID value)
Sets the identifier in BaseID format |
void |
setEncryptedID(EncryptedID value)
Sets the encrypted identifier |
void |
setNameID(NameID value)
Sets the identifier in NameID format |
void |
setSubjectConfirmation(List confirmations)
Sets a list of subject confirmations |
String |
toXMLString()
Returns a String representation |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation |
| Method Detail |
|---|
EncryptedID getEncryptedID()
void setEncryptedID(EncryptedID value)
throws SAML2Exception
value - the encrypted identifier
SAML2Exception - if the object is immutableNameID getNameID()
NameID format
NameID format
void setNameID(NameID value)
throws SAML2Exception
NameID format
value - the identifier in NameID format
SAML2Exception - if the object is immutableList getSubjectConfirmation()
void setSubjectConfirmation(List confirmations)
throws SAML2Exception
confirmations - a list of subject confirmations
SAML2Exception - if the object is immutableBaseID getBaseID()
BaseID format
BaseID format
void setBaseID(BaseID value)
throws SAML2Exception
BaseID format
value - the identifier in BaseID format
SAML2Exception - if the object is immutable
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
includeNSPrefix - Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
SAML2Exception - if something is wrong during conversion
String toXMLString()
throws SAML2Exception
SAML2Exception - if something is wrong during conversionvoid makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||