| com.sun.xml.ws.security.trust.elements.WSTrustElementBase
WSTrustElementBase | public interface WSTrustElementBase (Code) | | author: WS-Trust Implementation Team. |
getAllowPostdating | AllowPostdating getAllowPostdating()(Code) | | 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.
This can be removed or modified later depending on the outcome of the issue.
|
getAppliesTo | AppliesTo getAppliesTo()(Code) | | Get the desired AppliesTo policy settings for the token if specified, null otherwise
AppliesTo |
getAuthenticationType | URI getAuthenticationType()(Code) | | get Authentication Type parameter if set, null otherwise
|
getBinaryExchange | BinaryExchange getBinaryExchange()(Code) | | get BinaryExchange element if any, null otherwise
|
getCanonicalizationAlgorithm | URI getCanonicalizationAlgorithm()(Code) | | get CanonicalizationAlgorithm value if set, return default otherwise
|
getComputedKeyAlgorithm | URI getComputedKeyAlgorithm()(Code) | | get CanonicalizationAlgorithm value if set, return default otherwise
|
getDelegatable | boolean getDelegatable()(Code) | | Get the value of the Delegatable flag
NOTE: default value of this flag is false
|
getDelegateTo | DelegateTo getDelegateTo()(Code) | | get the DelegateTo value if set, null otherwise
|
getEncryptWith | URI getEncryptWith()(Code) | | Get the Encryption Algorithm to be used with the token if set, null otherwise
|
getEncryption | Encryption getEncryption()(Code) | | get Encryption value if set, return null otherwise
|
getEncryptionAlgorithm | URI getEncryptionAlgorithm()(Code) | | get EncryptionAlgorithm value if set, return default otherwise
|
getForwardable | boolean getForwardable()(Code) | | Get the value of the Forwardable flag
NOTE: default value of this flag is true
|
getIssuer | Issuer getIssuer()(Code) | | get Issuer of the SecurityToken Presented in the Message, null otherwise
|
getKeySize | long getKeySize()(Code) | | get the KeySize parameter if specified, 0 otherwise
|
getKeyType | URI getKeyType()(Code) | | get KeyType Parameter if set, null otherwise
|
getLifetime | Lifetime getLifetime()(Code) | | Get the desired LifeTime settings for the token if specified, null otherwise
|
getPolicy | Policy getPolicy()(Code) | | Get the desired policy settings for the token if specified, null otherwise
|
getPolicyReference | PolicyReference getPolicyReference()(Code) | | Get the desired policyReference settings for the token if specified, null otherwise
|
getProofEncryption | ProofEncryption getProofEncryption()(Code) | | Get the desired proofEncryption settings for the token if specified, null otherwise
|
getSignChallenge | SignChallenge getSignChallenge()(Code) | | get SignChallenge element if any, null otherwise
|
getSignWith | URI getSignWith()(Code) | | Get the Signature Algorithm to be used with the token if set, null otherwise
|
getSignatureAlgorithm | URI getSignatureAlgorithm()(Code) | | get SignatureAlgorithm value if set, return default otherwise
|
getTokenType | URI getTokenType()(Code) | | Get the type of security token, specified as a URI.
URI |
getUseKey | UseKey getUseKey()(Code) | | Get the desired useKey settings for the token if specified, null otherwise
|
setAllowPostdating | void setAllowPostdating(AllowPostdating allowPostDating)(Code) | | Set the desired policyReference settings for the requested token
|
setAppliesTo | void setAppliesTo(AppliesTo appliesTo)(Code) | | Set the desired policy settings for the requested token
Parameters: appliesTo - AppliesTo |
setAuthenticationType | void setAuthenticationType(URI uri)(Code) | | set AuthenticationType
|
setCanonicalizationAlgorithm | void setCanonicalizationAlgorithm(URI algorithm)(Code) | | set CanonicalizationAlgorithm
|
setComputedKeyAlgorithm | void setComputedKeyAlgorithm(URI algorithm)(Code) | | set ComputedKeyAlgorithm
|
setDelegatable | void setDelegatable(boolean flag)(Code) | | Set if the requested token be delegatable
|
setDelegateTo | void setDelegateTo(DelegateTo to)(Code) | | set the Delegate to which the issued token be delegated
|
setEncryptWith | void setEncryptWith(URI algorithm)(Code) | | Set the Encryption Algorithm to be used with the issued token
|
setEncryptionAlgorithm | void setEncryptionAlgorithm(URI algorithm)(Code) | | set EncryptionAlgorithm
|
setEntropy | void setEntropy(Entropy entropy)(Code) | | Set the entropy for the requested token
Parameters: entropy - Entropy |
setForwardable | void setForwardable(boolean flag)(Code) | | Set if the requested token be forwardable
|
setIssuer | void setIssuer(Issuer issuer)(Code) | | set Issuer of the SecurityToken Presented in the message
|
setKeySize | void setKeySize(long size)(Code) | | set the KeySize parameter
|
setLifetime | void setLifetime(Lifetime lifetime)(Code) | | Set the desired lifetime settings for the requested token
|
setOnBehalfOf | void setOnBehalfOf(OnBehalfOf onBehalfOf)(Code) | | Set the value of OnBehalfOf for the requested token
Parameters: appliesTo - OnBehalfOf |
setPolicy | void setPolicy(Policy policy)(Code) | | Set the desired policy settings for the requested token
|
setPolicyReference | void setPolicyReference(PolicyReference policyRef)(Code) | | Set the desired policyReference settings for the requested token
|
setProofEncryption | void setProofEncryption(ProofEncryption proofEncryption)(Code) | | Set the desired proofEncryption settings for the requested token
|
setSignWith | void setSignWith(URI algorithm)(Code) | | Set the Signature Algorithm to be used with the issued token
|
setSignatureAlgorithm | void setSignatureAlgorithm(URI algorithm)(Code) | | set SignatureAlgorithm
|
setTokenType | void setTokenType(URI tokenType)(Code) | | Set the type of security token, specified as a URI.
Parameters: tokenType - URI |
setUseKey | void setUseKey(UseKey useKey)(Code) | | Set the desired useKey settings for the requested token
|
|
|