|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSTrustElementBase
Method Summary | |
---|---|
AllowPostdating |
getAllowPostdating()
Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now. |
com.sun.xml.ws.policy.impl.bindings.AppliesTo |
getAppliesTo()
Get the desired AppliesTo policy settings for the token if specified, null otherwise |
java.net.URI |
getAuthenticationType()
get Authentication Type parameter if set, null otherwise |
BinaryExchange |
getBinaryExchange()
get BinaryExchange element if any, null otherwise |
java.net.URI |
getCanonicalizationAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise |
java.net.URI |
getComputedKeyAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise |
boolean |
getDelegatable()
Get the value of the Delegatable flag NOTE: default value of this flag is false |
DelegateTo |
getDelegateTo()
get the DelegateTo value if set, null otherwise |
Encryption |
getEncryption()
get Encryption value if set, return null otherwise |
java.net.URI |
getEncryptionAlgorithm()
get EncryptionAlgorithm value if set, return default otherwise |
java.net.URI |
getEncryptWith()
Get the Encryption Algorithm to be used with the token if set, null otherwise |
Entropy |
getEntropy()
Get the entropy for the requested token |
boolean |
getForwardable()
Get the value of the Forwardable flag NOTE: default value of this flag is true |
Issuer |
getIssuer()
get Issuer of the SecurityToken Presented in the Message, null otherwise |
long |
getKeySize()
get the KeySize parameter if specified, 0 otherwise |
java.net.URI |
getKeyType()
get KeyType Parameter if set, null otherwise |
java.net.URI |
getKeyWrapAlgorithm()
get KeyWrapAlgorithm value if set, return default otherwise |
Lifetime |
getLifetime()
Get the desired LifeTime settings for the token if specified, null otherwise |
OnBehalfOf |
getOnBehalfOf()
Get the value of OnBehalfOf for the token if specified, null otherwise |
com.sun.xml.ws.policy.Policy |
getPolicy()
Get the desired policy settings for the token if specified, null otherwise |
com.sun.xml.ws.policy.impl.bindings.PolicyReference |
getPolicyReference()
Get the desired policyReference settings for the token if specified, null otherwise |
ProofEncryption |
getProofEncryption()
Get the desired proofEncryption settings for the token if specified, null otherwise |
Renewing |
getRenewable()
get the |
java.net.URI |
getSignatureAlgorithm()
get SignatureAlgorithm value if set, return default otherwise |
SignChallenge |
getSignChallenge()
get SignChallenge element if any, null otherwise |
java.net.URI |
getSignWith()
Get the Signature Algorithm to be used with the token if set, null otherwise |
java.net.URI |
getTokenType()
Get the type of security token, specified as a URI. |
UseKey |
getUseKey()
Get the desired useKey settings for the token if specified, null otherwise |
void |
setAllowPostdating(AllowPostdating allowPostDating)
Set the desired policyReference settings for the requested token |
void |
setAppliesTo(com.sun.xml.ws.policy.impl.bindings.AppliesTo appliesTo)
Set the desired policy settings for the requested token |
void |
setAuthenticationType(java.net.URI uri)
set AuthenticationType |
void |
setBinaryExchange(BinaryExchange challenge)
set a BinaryExchange |
void |
setCanonicalizationAlgorithm(java.net.URI algorithm)
set CanonicalizationAlgorithm |
void |
setComputedKeyAlgorithm(java.net.URI algorithm)
set ComputedKeyAlgorithm |
void |
setDelegatable(boolean flag)
Set if the requested token be delegatable |
void |
setDelegateTo(DelegateTo to)
set the Delegate to which the issued token be delegated |
void |
setEncryption(Encryption enc)
set Encryption |
void |
setEncryptionAlgorithm(java.net.URI algorithm)
set EncryptionAlgorithm |
void |
setEncryptWith(java.net.URI algorithm)
Set the Encryption Algorithm to be used with the issued token |
void |
setEntropy(Entropy entropy)
Set the entropy for the requested token |
void |
setForwardable(boolean flag)
Set if the requested token be forwardable |
void |
setIssuer(Issuer issuer)
set Issuer of the SecurityToken Presented in the message |
void |
setKeySize(long size)
set the KeySize parameter |
void |
setKeyType(java.net.URI keytype)
set KeyType parameter |
void |
setKeyWrapAlgorithm(java.net.URI algorithm)
set KeyWrapAlgorithm |
void |
setLifetime(Lifetime lifetime)
Set the desired lifetime settings for the requested token |
void |
setOnBehalfOf(OnBehalfOf onBehalfOf)
Set the value of OnBehalfOf for the requested token |
void |
setPolicy(com.sun.xml.ws.policy.Policy policy)
Set the desired policy settings for the requested token |
void |
setPolicyReference(com.sun.xml.ws.policy.impl.bindings.PolicyReference policyRef)
Set the desired policyReference settings for the requested token |
void |
setProofEncryption(ProofEncryption proofEncryption)
Set the desired proofEncryption settings for the requested token |
void |
setRenewable(Renewing renew)
set a |
void |
setSignatureAlgorithm(java.net.URI algorithm)
set SignatureAlgorithm |
void |
setSignChallenge(SignChallenge challenge)
Set a SignChallenge |
void |
setSignWith(java.net.URI algorithm)
Set the Signature Algorithm to be used with the issued token |
void |
setTokenType(java.net.URI tokenType)
Set the type of security token, specified as a URI. |
void |
setUseKey(UseKey useKey)
Set the desired useKey settings for the requested token |
Method Detail |
---|
java.net.URI getTokenType()
URI
void setTokenType(java.net.URI tokenType)
tokenType
- URI
Lifetime getLifetime()
void setLifetime(Lifetime lifetime)
Entropy getEntropy()
Entropy
void setEntropy(Entropy entropy)
entropy
- Entropy
void setAppliesTo(com.sun.xml.ws.policy.impl.bindings.AppliesTo appliesTo)
appliesTo
- AppliesTo
com.sun.xml.ws.policy.impl.bindings.AppliesTo getAppliesTo()
AppliesTo
void setOnBehalfOf(OnBehalfOf onBehalfOf)
appliesTo
- OnBehalfOf
OnBehalfOf getOnBehalfOf()
OnBehalfOf
void setIssuer(Issuer issuer)
Issuer getIssuer()
void setRenewable(Renewing renew)
Renewing getRenewable()
void setSignChallenge(SignChallenge challenge)
SignChallenge getSignChallenge()
void setBinaryExchange(BinaryExchange challenge)
BinaryExchange getBinaryExchange()
void setAuthenticationType(java.net.URI uri)
java.net.URI getAuthenticationType()
void setKeyType(java.net.URI keytype) throws WSTrustException
WSTrustException
java.net.URI getKeyType()
void setKeySize(long size)
long getKeySize()
void setSignatureAlgorithm(java.net.URI algorithm)
java.net.URI getSignatureAlgorithm()
void setEncryptionAlgorithm(java.net.URI algorithm)
java.net.URI getEncryptionAlgorithm()
void setCanonicalizationAlgorithm(java.net.URI algorithm)
java.net.URI getCanonicalizationAlgorithm()
void setUseKey(UseKey useKey)
UseKey getUseKey()
void setProofEncryption(ProofEncryption proofEncryption)
ProofEncryption getProofEncryption()
void setComputedKeyAlgorithm(java.net.URI algorithm)
java.net.URI getComputedKeyAlgorithm()
void setEncryption(Encryption enc)
Encryption getEncryption()
void setSignWith(java.net.URI algorithm)
java.net.URI getSignWith()
void setEncryptWith(java.net.URI algorithm)
java.net.URI getEncryptWith()
void setKeyWrapAlgorithm(java.net.URI algorithm)
java.net.URI getKeyWrapAlgorithm()
void setDelegateTo(DelegateTo to)
DelegateTo getDelegateTo()
void setForwardable(boolean flag)
boolean getForwardable()
void setDelegatable(boolean flag)
boolean getDelegatable()
void setPolicy(com.sun.xml.ws.policy.Policy policy)
com.sun.xml.ws.policy.Policy getPolicy()
void setPolicyReference(com.sun.xml.ws.policy.impl.bindings.PolicyReference policyRef)
com.sun.xml.ws.policy.impl.bindings.PolicyReference getPolicyReference()
AllowPostdating getAllowPostdating()
void setAllowPostdating(AllowPostdating allowPostDating)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |