PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.api.soap
Class SOAPSAMLXACML.Result

java.lang.Object
  extended by org.picketlink.identity.federation.api.soap.SOAPSAMLXACML.Result
Enclosing class:
SOAPSAMLXACML

public static class SOAPSAMLXACML.Result
extends Object


Method Summary
 org.jboss.security.xacml.core.model.context.DecisionType getDecision()
           
 Element getFault()
           
 boolean isDeny()
           
 boolean isFault()
           
 boolean isPermit()
           
 boolean isResponseAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isResponseAvailable

public boolean isResponseAvailable()

isFault

public boolean isFault()

getDecision

public org.jboss.security.xacml.core.model.context.DecisionType getDecision()

getFault

public Element getFault()

isPermit

public boolean isPermit()

isDeny

public boolean isDeny()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.