Uses of Interface
org.apache.cxf.ws.security.trust.STSTokenCacher
-
Packages that use STSTokenCacher Package Description org.apache.cxf.ws.security.policy.interceptors org.apache.cxf.ws.security.trust -
-
Uses of STSTokenCacher in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors that return STSTokenCacher Modifier and Type Method Description STSTokenCacherSTSTokenOutInterceptor. getTokenCacher()Methods in org.apache.cxf.ws.security.policy.interceptors with parameters of type STSTokenCacher Modifier and Type Method Description voidSTSTokenOutInterceptor. setTokenCacher(STSTokenCacher tokenCacher) -
Uses of STSTokenCacher in org.apache.cxf.ws.security.trust
Classes in org.apache.cxf.ws.security.trust that implement STSTokenCacher Modifier and Type Class Description classDefaultSTSTokenCacherMethods in org.apache.cxf.ws.security.trust with parameters of type STSTokenCacher Modifier and Type Method Description static SecurityTokenSTSTokenRetriever. getToken(Message message, STSTokenRetriever.TokenRequestParams params, STSTokenCacher tokenCacher)
-