public class SAML11AttributeStatementType extends SAML11SubjectStatementType
| Modifier and Type | Field and Description |
|---|---|
protected List<SAML11AttributeType> |
attribute |
subject| Constructor and Description |
|---|
SAML11AttributeStatementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SAML11AttributeType aAttribute) |
void |
addAllAttributes(List<SAML11AttributeType> attribList) |
List<SAML11AttributeType> |
get() |
boolean |
remove(SAML11AttributeType anAttrib) |
getSubject, setSubjectprotected List<SAML11AttributeType> attribute
public void add(SAML11AttributeType aAttribute)
public void addAllAttributes(List<SAML11AttributeType> attribList)
public boolean remove(SAML11AttributeType anAttrib)
public List<SAML11AttributeType> get()
Copyright © 2016 JBoss by Red Hat. All rights reserved.