Apache CXF API

org.apache.cxf.rs.security.saml
Class SAMLUtils

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.SAMLUtils

public final class SAMLUtils
extends Object


Nested Class Summary
static class SAMLUtils.SelfSignInfo
           
 
Method Summary
static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(CallbackHandler handler, SAMLUtils.SelfSignInfo info)
           
static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message)
           
static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message, CallbackHandler handler)
           
static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message, CallbackHandler handler, boolean selfSignAssertion)
           
static Claims getClaims(org.apache.ws.security.saml.ext.AssertionWrapper assertionW)
           
static Subject getSubject(Message message, org.apache.ws.security.saml.ext.AssertionWrapper assertionW)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubject

public static Subject getSubject(Message message,
                                 org.apache.ws.security.saml.ext.AssertionWrapper assertionW)

getClaims

public static Claims getClaims(org.apache.ws.security.saml.ext.AssertionWrapper assertionW)

createAssertion

public static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message)
                                                                        throws Fault
Throws:
Fault

createAssertion

public static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message,
                                                                               CallbackHandler handler)

createAssertion

public static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(Message message,
                                                                               CallbackHandler handler,
                                                                               boolean selfSignAssertion)
                                                                        throws Fault
Throws:
Fault

createAssertion

public static org.apache.ws.security.saml.ext.AssertionWrapper createAssertion(CallbackHandler handler,
                                                                               SAMLUtils.SelfSignInfo info)
                                                                        throws Fault
Throws:
Fault

Apache CXF API

Apache CXF