|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeStatement
The AttributeStatement element describes a statement by
the SAML authority asserting that the assertion subject is associated with
the specified attributes. It is of type AttributeStatementType.
<complexType name="AttributeStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}
StatementAbstractType">
<choice maxOccurs="unbounded">
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}
EncryptedAttribute"/>
</choice>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List |
getAttribute()
Returns Attribute(s) of the statement. |
List |
getEncryptedAttribute()
Returns EncryptedAttribute(s) of the statement. |
void |
setAttribute(List value)
Sets Attribute(s) of the statement. |
void |
setEncryptedAttribute(List value)
Sets EncryptedAttribute(s) of the statement. |
| Methods inherited from interface com.sun.identity.saml2.assertion.Statement |
|---|
isMutable, makeImmutable, toXMLString, toXMLString |
| Method Detail |
|---|
List getAttribute()
Attribute(s) of the statement.
Attribute(s) in the statement.AttributeStatement.setAttribute(List)
void setAttribute(List value)
throws SAML2Exception
Attribute(s) of the statement.
value - List of new Attribute(s).
SAML2Exception - if the object is immutable.AttributeStatement.getAttribute()List getEncryptedAttribute()
EncryptedAttribute(s) of the statement.
EncryptedAttribute(s) in the statement.AttributeStatement.setEncryptedAttribute(List)
void setEncryptedAttribute(List value)
throws SAML2Exception
EncryptedAttribute(s) of the statement.
value - List of new EncryptedAttribute(s).
SAML2Exception - if the object is immutable.AttributeStatement.getEncryptedAttribute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||