Package org.apache.cxf.ws.security.trust
Class STSTokenRetriever.TokenRequestParams
java.lang.Object
org.apache.cxf.ws.security.trust.STSTokenRetriever.TokenRequestParams
- Enclosing class:
- STSTokenRetriever
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wss4j.policy.model.Trust10org.apache.wss4j.policy.model.Trust13voidvoidvoidsetTokenTemplate(Element tokenTemplate) voidsetTrust10(org.apache.wss4j.policy.model.Trust10 trust10) voidsetTrust13(org.apache.wss4j.policy.model.Trust13 trust13) voidsetWspNamespace(String wspNamespace)
-
Constructor Details
-
TokenRequestParams
public TokenRequestParams()
-
-
Method Details
-
getIssuer
-
setIssuer
-
getTrust10
public org.apache.wss4j.policy.model.Trust10 getTrust10() -
setTrust10
public void setTrust10(org.apache.wss4j.policy.model.Trust10 trust10) -
getTrust13
public org.apache.wss4j.policy.model.Trust13 getTrust13() -
setTrust13
public void setTrust13(org.apache.wss4j.policy.model.Trust13 trust13) -
getTokenTemplate
-
setTokenTemplate
-
getWspNamespace
-
setWspNamespace
-
getClaims
-
setClaims
-