Uses of Class
org.apache.cxf.ws.security.trust.STSClient
-
Packages that use STSClient Package Description org.apache.cxf.ws.security.policy.interceptors org.apache.cxf.ws.security.trust -
-
Uses of STSClient in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors that return STSClient Modifier and Type Method Description STSClientSTSTokenOutInterceptor. getSTSClient()Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type STSClient Constructor Description STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)STSTokenOutInterceptor(STSClient stsClient)STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) -
Uses of STSClient in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return STSClient Modifier and Type Method Description static STSClientSTSUtils. createSTSClient(STSAuthParams authParams, String stsWsdlLocation, Bus bus)static STSClientSTSUtils. getClient(Message message, String type)static STSClientSTSUtils. getClient(Message message, String type, org.apache.wss4j.policy.model.IssuedToken itok)static STSClientSTSUtils. getClientWithIssuer(Message message, String type, Element issuer)STSClientSTSTokenValidator. getStsClient()Methods in org.apache.cxf.ws.security.trust with parameters of type STSClient Modifier and Type Method Description static booleanSTSUtils. configureViaEPR(STSClient client, org.apache.cxf.ws.addressing.EndpointReferenceType epr)voidSTSTokenValidator. setStsClient(STSClient stsClient)
-