public class SAML11AttributeQueryType extends SAML11SubjectQueryAbstractType
Modifier and Type | Field and Description |
---|---|
protected List<SAML11AttributeDesignatorType> |
attributeDesignator |
protected URI |
resource |
subject
Constructor and Description |
---|
SAML11AttributeQueryType() |
Modifier and Type | Method and Description |
---|---|
void |
add(SAML11AttributeDesignatorType sadt) |
List<SAML11AttributeDesignatorType> |
get() |
URI |
getResource() |
boolean |
remove(SAML11AttributeDesignatorType sadt) |
void |
setResource(URI resource) |
getSubject, setSubject
protected List<SAML11AttributeDesignatorType> attributeDesignator
protected URI resource
public URI getResource()
public void setResource(URI resource)
public void add(SAML11AttributeDesignatorType sadt)
public boolean remove(SAML11AttributeDesignatorType sadt)
public List<SAML11AttributeDesignatorType> get()
Copyright © 2021 JBoss by Red Hat. All rights reserved.