org.apache.cxf.rs.security.saml
Class SAMLUtils
java.lang.Object
org.apache.cxf.rs.security.saml.SAMLUtils
public final class SAMLUtils
- extends Object
|
Method Summary |
static org.apache.ws.security.saml.ext.AssertionWrapper |
createAssertion(org.apache.cxf.message.Message message)
|
static Claims |
getClaims(org.apache.ws.security.saml.ext.AssertionWrapper assertionW)
|
static Subject |
getSubject(org.apache.cxf.message.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 |
getSubject
public static Subject getSubject(org.apache.cxf.message.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(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
- Throws:
org.apache.cxf.interceptor.Fault
Apache CXF