org.apache.cxf.rs.security.saml
Class SAMLUtils
java.lang.Object
org.apache.cxf.rs.security.saml.SAMLUtils
public final class SAMLUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSubject
public static Subject getSubject(Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper assertionW)
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(Message message)
throws Fault
- Throws:
Fault
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(Message message,
CallbackHandler handler)
throws Fault
- Throws:
Fault
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(CallbackHandler handler,
SAMLUtils.SelfSignInfo info)
throws Fault
- Throws:
Fault
Apache CXF