Package org.apache.cxf.ws.security.trust
Class STSUtils
java.lang.Object
org.apache.cxf.ws.security.trust.STSUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanconfigureViaEPR(STSClient client, EndpointReferenceType epr) static EndpointcreateSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy) static STSClientcreateSTSClient(STSAuthParams authParams, String stsWsdlLocation, Bus bus) static EndpointcreateSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName) static Stringstatic StringfindMEXLocation(Element ref) static STSClientstatic STSClientgetClient(Message message, String type, IssuedToken itok) static STSClientgetClientWithIssuer(Message message, String type, Element issuer) static StringgetTokenTypeSCT(String trustNs)
-
Field Details
-
WST_NS_05_02
WS-T 1.0 Namespace.- See Also:
-
WST_NS_05_12
WS-T 1.3 Namespace.- See Also:
-
WST_NS_08_02
WS-T 1.4 Namespace.- See Also:
-
SCT_NS_05_02
- See Also:
-
SCT_NS_05_12
- See Also:
-
TOKEN_TYPE_SCT_05_02
- See Also:
-
TOKEN_TYPE_SCT_05_12
- See Also:
-
-
Method Details
-
getTokenTypeSCT
-
getClient
-
getClient
-
getClientWithIssuer
-
configureViaEPR
-
createSTSClient
-
findMEXLocation
-
findMEXLocation
-
createSTSEndpoint
public static Endpoint createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName) throws BusException, EndpointException - Throws:
BusExceptionEndpointException
-
createSCEndpoint
public static Endpoint createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy) throws BusException, EndpointException - Throws:
BusExceptionEndpointException
-