public class SAML11AuthorizationDecisionQueryType extends SAML11SubjectQueryAbstractType
Modifier and Type | Field and Description |
---|---|
protected List<SAML11ActionType> |
action |
protected SAML11EvidenceType |
evidence |
protected URI |
resource |
subject
Constructor and Description |
---|
SAML11AuthorizationDecisionQueryType() |
Modifier and Type | Method and Description |
---|---|
void |
add(SAML11ActionType sadt) |
List<SAML11ActionType> |
get() |
SAML11EvidenceType |
getEvidence() |
URI |
getResource() |
boolean |
remove(SAML11ActionType sadt) |
void |
setEvidence(SAML11EvidenceType evidence) |
void |
setResource(URI resource) |
getSubject, setSubject
protected List<SAML11ActionType> action
protected SAML11EvidenceType evidence
protected URI resource
public SAML11AuthorizationDecisionQueryType()
public URI getResource()
public void setResource(URI resource)
public SAML11EvidenceType getEvidence()
public void setEvidence(SAML11EvidenceType evidence)
public void add(SAML11ActionType sadt)
public boolean remove(SAML11ActionType sadt)
public List<SAML11ActionType> get()
Copyright © 2019 JBoss by Red Hat. All rights reserved.