Uses of Class
org.apache.cxf.ws.security.trust.STSTokenRetriever.TokenRequestParams
-
Packages that use STSTokenRetriever.TokenRequestParams Package Description org.apache.cxf.ws.security.policy.interceptors org.apache.cxf.ws.security.trust -
-
Uses of STSTokenRetriever.TokenRequestParams in org.apache.cxf.ws.security.policy.interceptors
Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type STSTokenRetriever.TokenRequestParams Constructor Description STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) -
Uses of STSTokenRetriever.TokenRequestParams in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust with parameters of type STSTokenRetriever.TokenRequestParams Modifier and Type Method Description static SecurityTokenSTSTokenRetriever. getToken(org.apache.cxf.message.Message message, STSTokenRetriever.TokenRequestParams params)static SecurityTokenSTSTokenRetriever. getToken(org.apache.cxf.message.Message message, STSTokenRetriever.TokenRequestParams params, STSTokenCacher tokenCacher)
-