PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.pdp
Class SOAPSAMLXACMLPDP

java.lang.Object
  extended by org.picketlink.identity.federation.core.pdp.SOAPSAMLXACMLPDP
All Implemented Interfaces:
Provider<Source>

@WebServiceProvider(serviceName="SOAPSAMLXACMLPDP",
                    portName="SOAPSAMLXACMLPort",
                    targetNamespace="urn:picketlink:identity-federation:pdp",
                    wsdlLocation="WEB-INF/wsdl/SOAPSAMLXACMLPDP.wsdl")
public class SOAPSAMLXACMLPDP
extends Object
implements Provider<Source>

SOAP 1.2 based XACML PDP that accepts SAML requests

Since:
Jan 24, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  WebServiceContext context
           
protected  String issuer
           
protected  org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp
           
protected  String policyConfigFileName
           
 
Constructor Summary
SOAPSAMLXACMLPDP()
           
 
Method Summary
 Source invoke(Source request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected WebServiceContext context

policyConfigFileName

protected String policyConfigFileName

pdp

protected org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp

issuer

protected String issuer
Constructor Detail

SOAPSAMLXACMLPDP

public SOAPSAMLXACMLPDP()
Method Detail

invoke

public Source invoke(Source request)
Specified by:
invoke in interface Provider<Source>

PicketLink Federation Core 2.1.6.Final-redhat-2

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