org.picketlink.identity.federation.api.soap
Class SOAPSAMLXACML
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPSAMLXACML
public SOAPSAMLXACML()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.