Package | Description |
---|---|
org.apache.cxf.ws.security.policy.interceptors | |
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
STSClient |
STSTokenOutInterceptor.getSTSClient() |
Constructor and Description |
---|
STSTokenOutInterceptor(String phase,
STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
STSTokenOutInterceptor(STSClient stsClient) |
STSTokenOutInterceptor(STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
Modifier and Type | Method and Description |
---|---|
static STSClient |
STSUtils.createSTSClient(STSAuthParams authParams,
String stsWsdlLocation,
Bus bus) |
static STSClient |
STSUtils.getClient(Message message,
String type) |
static STSClient |
STSUtils.getClient(Message message,
String type,
org.apache.wss4j.policy.model.IssuedToken itok) |
static STSClient |
STSUtils.getClientWithIssuer(Message message,
String type,
Element issuer) |
STSClient |
STSTokenValidator.getStsClient() |
Modifier and Type | Method and Description |
---|---|
static boolean |
STSUtils.configureViaEPR(STSClient client,
org.apache.cxf.ws.addressing.EndpointReferenceType epr) |
void |
STSTokenValidator.setStsClient(STSClient stsClient) |
Apache CXF