Package org.apache.cxf.rs.security.saml
Class SAMLUtils
java.lang.Object
org.apache.cxf.rs.security.saml.SAMLUtils
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wss4j.common.saml.SamlAssertionWrappercreateAssertion(CallbackHandler handler, SAMLUtils.SelfSignInfo info) static org.apache.wss4j.common.saml.SamlAssertionWrappercreateAssertion(org.apache.cxf.message.Message message) static org.apache.wss4j.common.saml.SamlAssertionWrappercreateAssertion(org.apache.cxf.message.Message message, CallbackHandler handler) static SubjectgetSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionW)
-
Method Details
-
getSubject
public static Subject getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionW) -
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(org.apache.cxf.message.Message message, CallbackHandler handler) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
createAssertion
public static org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(CallbackHandler handler, SAMLUtils.SelfSignInfo info) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-