|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.common.CommonRequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType
org.picketlink.identity.federation.saml.v2.protocol.AuthzDecisionQueryType
public class AuthzDecisionQueryType
Java class for AuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthzDecisionQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Action" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence" minOccurs="0"/> </sequence> <attribute name="Resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ActionType> |
action
|
protected EvidenceType |
evidence
|
protected URI |
resource
|
Fields inherited from class org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType |
---|
subject |
Fields inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType |
---|
consent, destination, extensions, issuer, version |
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType |
---|
id, issueInstant, signature |
Constructor Summary | |
---|---|
AuthzDecisionQueryType(String id,
XMLGregorianCalendar instant)
|
Method Summary | |
---|---|
void |
addAction(ActionType act)
Add an action |
List<ActionType> |
getAction()
Gets the value of the action property. |
EvidenceType |
getEvidence()
Gets the value of the evidence property. |
URI |
getResource()
Gets the value of the resource property. |
void |
removeAction(ActionType act)
Remove an action |
void |
setEvidence(EvidenceType value)
Sets the value of the evidence property. |
void |
setResource(URI value)
Sets the value of the resource property. |
Methods inherited from class org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType |
---|
getSubject, setSubject |
Methods inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType |
---|
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer |
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType |
---|
getID, getIssueInstant, getSignature, setSignature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ActionType> action
protected EvidenceType evidence
protected URI resource
Constructor Detail |
---|
public AuthzDecisionQueryType(String id, XMLGregorianCalendar instant)
Method Detail |
---|
public void addAction(ActionType act)
act
- public void removeAction(ActionType act)
act
- public List<ActionType> getAction()
public EvidenceType getEvidence()
EvidenceType
public void setEvidence(EvidenceType value)
value
- allowed object is EvidenceType
public URI getResource()
String
public void setResource(URI value)
value
- allowed object is String
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |