PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.api.soap.SOAPSAMLXACML

public class SOAPSAMLXACML
extends Object

Class that deals with sending XACML Request Response bundled in SAML pay load as SOAP Requests

Since:
Jul 30, 2009
Author:
Anil.Saldhana@redhat.com

Nested Class Summary
static class SOAPSAMLXACML.Result
           
 
Constructor Summary
SOAPSAMLXACML()
           
 
Method Summary
 SOAPSAMLXACML.Result send(String endpoint, String issuer, org.jboss.security.xacml.core.model.context.RequestType xacmlRequest)
          Given an xacml request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSAMLXACML

public SOAPSAMLXACML()
Method Detail

send

public SOAPSAMLXACML.Result send(String endpoint,
                                 String issuer,
                                 org.jboss.security.xacml.core.model.context.RequestType xacmlRequest)
                          throws ProcessingException,
                                 SOAPException,
                                 ParsingException
Given an xacml request

Parameters:
endpoint -
issuer -
xacmlRequest -
Returns:
Throws:
ProcessingException
SOAPException
ParsingException

PicketLink Federation Core 2.1.6.Final-redhat-2

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