PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.util
Class SAMLXACMLUtil

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v2.util.SAMLXACMLUtil

public class SAMLXACMLUtil
extends Object

Utility for SAML and XACML

Since:
Dec 20, 2010
Author:
Anil.Saldhana@redhat.com

Field Summary
static String XACML_PKG_PATH
           
 
Constructor Summary
SAMLXACMLUtil()
           
 
Method Summary
static JAXBContext getJAXBContext()
           
static Document getXACMLRequest(org.jboss.security.xacml.core.model.context.RequestType requestType)
           
static Document getXACMLResponse(org.jboss.security.xacml.core.model.context.ResponseType responseType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XACML_PKG_PATH

public static final String XACML_PKG_PATH
See Also:
Constant Field Values
Constructor Detail

SAMLXACMLUtil

public SAMLXACMLUtil()
Method Detail

getJAXBContext

public static JAXBContext getJAXBContext()
                                  throws JAXBException
Throws:
JAXBException

getXACMLResponse

public static Document getXACMLResponse(org.jboss.security.xacml.core.model.context.ResponseType responseType)
                                 throws ProcessingException
Throws:
ProcessingException

getXACMLRequest

public static Document getXACMLRequest(org.jboss.security.xacml.core.model.context.RequestType requestType)
                                throws ProcessingException
Throws:
ProcessingException

PicketLink Federation Core 2.1.6.Final-redhat-2

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