public class RequestSecurityTokenImpl extends RequestSecurityTokenType implements RequestSecurityToken
any, context| Constructor and Description |
|---|
RequestSecurityTokenImpl() |
RequestSecurityTokenImpl(RequestSecurityTokenType rstType) |
RequestSecurityTokenImpl(URI tokenType,
URI requestType) |
RequestSecurityTokenImpl(URI tokenType,
URI requestType,
CancelTarget cancel) |
RequestSecurityTokenImpl(URI tokenType,
URI requestType,
URI context,
AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lt,
URI algorithm) |
RequestSecurityTokenImpl(URI tokenType,
URI requestType,
URI context,
RenewTarget target,
AllowPostdating apd,
Renewing renewingInfo) |
getAny, getOtherAttributes, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAny, getOtherAttributespublic RequestSecurityTokenImpl()
public RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt, URI algorithm)
public RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
public RequestSecurityTokenImpl(URI tokenType, URI requestType, CancelTarget cancel)
public RequestSecurityTokenImpl(RequestSecurityTokenType rstType) throws Exception
Exceptionpublic String getContext()
RequestSecurityTokenTypegetContext in interface RequestSecurityTokengetContext in class RequestSecurityTokenTypeStringpublic void setClaims(Claims claims)
setClaims in interface RequestSecurityTokenpublic Claims getClaims()
getClaims in interface RequestSecurityTokenpublic void setCancelTarget(CancelTarget cTarget)
setCancelTarget in interface RequestSecurityTokenpublic CancelTarget getCancelTarget()
getCancelTarget in interface RequestSecurityTokenpublic void setRenewTarget(RenewTarget target)
setRenewTarget in interface RequestSecurityTokenpublic RenewTarget getRenewTarget()
getRenewTarget in interface RequestSecurityTokenpublic final void setValidateTarget(ValidateTarget target)
setValidateTarget in interface RequestSecurityTokenpublic ValidateTarget getValidateTarget()
getValidateTarget in interface RequestSecurityTokenpublic void setParticipants(Participants participants)
setParticipants in interface RequestSecurityTokenpublic Participants getParticipants()
getParticipants in interface RequestSecurityTokenpublic URI getTokenType()
getTokenType in interface WSTrustElementBasepublic void setTokenType(URI tokenType)
setTokenType in interface WSTrustElementBasepublic URI getRequestType()
getRequestType in interface RequestSecurityTokenpublic void setRequestType(URI requestType)
setRequestType in interface RequestSecurityTokenpublic Lifetime getLifetime()
getLifetime in interface WSTrustElementBasepublic void setLifetime(Lifetime lifetime)
setLifetime in interface WSTrustElementBasepublic SecondaryParameters getSecondaryParameters()
getSecondaryParameters in interface RequestSecurityTokenpublic void setSecondaryParameters(SecondaryParameters sp)
setSecondaryParameters in interface RequestSecurityTokenpublic Entropy getEntropy()
getEntropy in interface WSTrustElementBasepublic void setEntropy(Entropy entropy)
setEntropy in interface WSTrustElementBasepublic void setAppliesTo(AppliesTo appliesTo)
setAppliesTo in interface WSTrustElementBasepublic AppliesTo getAppliesTo()
getAppliesTo in interface WSTrustElementBasepublic void setOnBehalfOf(OnBehalfOf onBehalfOf)
setOnBehalfOf in interface WSTrustElementBasepublic OnBehalfOf getOnBehalfOf()
getOnBehalfOf in interface WSTrustElementBasepublic void setActAs(ActAs actAs)
setActAs in interface RequestSecurityTokenpublic ActAs getActAs()
getActAs in interface RequestSecurityTokenpublic void setIssuer(Issuer issuer)
setIssuer in interface WSTrustElementBasepublic Issuer getIssuer()
getIssuer in interface WSTrustElementBasepublic void setRenewable(Renewing renew)
setRenewable in interface WSTrustElementBasepublic Renewing getRenewable()
getRenewable in interface WSTrustElementBasepublic void setSignChallenge(SignChallenge challenge)
setSignChallenge in interface WSTrustElementBasepublic SignChallenge getSignChallenge()
getSignChallenge in interface WSTrustElementBasepublic void setBinaryExchange(BinaryExchange exchange)
setBinaryExchange in interface WSTrustElementBasepublic BinaryExchange getBinaryExchange()
getBinaryExchange in interface WSTrustElementBasepublic void setAuthenticationType(URI uri)
setAuthenticationType in interface WSTrustElementBasepublic URI getAuthenticationType()
getAuthenticationType in interface WSTrustElementBasepublic void setKeyType(URI keytype) throws WSTrustException
setKeyType in interface WSTrustElementBaseWSTrustExceptionpublic URI getKeyType()
getKeyType in interface WSTrustElementBasepublic void setKeySize(long size)
setKeySize in interface WSTrustElementBasepublic long getKeySize()
getKeySize in interface WSTrustElementBasepublic void setSignatureAlgorithm(URI algorithm)
setSignatureAlgorithm in interface WSTrustElementBasepublic URI getSignatureAlgorithm()
getSignatureAlgorithm in interface WSTrustElementBasepublic void setEncryptionAlgorithm(URI algorithm)
setEncryptionAlgorithm in interface WSTrustElementBasepublic URI getEncryptionAlgorithm()
getEncryptionAlgorithm in interface WSTrustElementBasepublic void setCanonicalizationAlgorithm(URI algorithm)
setCanonicalizationAlgorithm in interface WSTrustElementBasepublic URI getCanonicalizationAlgorithm()
getCanonicalizationAlgorithm in interface WSTrustElementBasepublic void setUseKey(UseKey useKey)
setUseKey in interface WSTrustElementBasepublic UseKey getUseKey()
getUseKey in interface WSTrustElementBasepublic void setProofEncryption(ProofEncryption proofEncryption)
setProofEncryption in interface WSTrustElementBasepublic ProofEncryption getProofEncryption()
getProofEncryption in interface WSTrustElementBasepublic void setComputedKeyAlgorithm(URI algorithm)
setComputedKeyAlgorithm in interface WSTrustElementBasepublic URI getComputedKeyAlgorithm()
getComputedKeyAlgorithm in interface WSTrustElementBasepublic void setEncryption(Encryption enc)
setEncryption in interface WSTrustElementBasepublic Encryption getEncryption()
getEncryption in interface WSTrustElementBasepublic void setSignWith(URI algorithm)
setSignWith in interface WSTrustElementBasepublic URI getSignWith()
getSignWith in interface WSTrustElementBasepublic void setEncryptWith(URI algorithm)
setEncryptWith in interface WSTrustElementBasepublic URI getEncryptWith()
getEncryptWith in interface WSTrustElementBasepublic void setKeyWrapAlgorithm(URI algorithm)
setKeyWrapAlgorithm in interface WSTrustElementBasepublic URI getKeyWrapAlgorithm()
getKeyWrapAlgorithm in interface WSTrustElementBasepublic void setDelegateTo(DelegateTo to)
setDelegateTo in interface WSTrustElementBasepublic DelegateTo getDelegateTo()
getDelegateTo in interface WSTrustElementBasepublic void setForwardable(boolean flag)
setForwardable in interface WSTrustElementBasepublic boolean getForwardable()
getForwardable in interface WSTrustElementBasepublic void setDelegatable(boolean flag)
setDelegatable in interface WSTrustElementBasepublic boolean getDelegatable()
getDelegatable in interface WSTrustElementBasepublic void setPolicy(com.sun.xml.ws.policy.Policy policy)
setPolicy in interface WSTrustElementBasepublic com.sun.xml.ws.policy.Policy getPolicy()
getPolicy in interface WSTrustElementBasepublic void setPolicyReference(PolicyReference policyRef)
setPolicyReference in interface WSTrustElementBasepublic PolicyReference getPolicyReference()
getPolicyReference in interface WSTrustElementBasepublic AllowPostdating getAllowPostdating()
getAllowPostdating in interface WSTrustElementBasepublic void setAllowPostdating(AllowPostdating allowPostdating)
setAllowPostdating in interface WSTrustElementBasepublic List<Object> getExtensionElements()
getExtensionElements in interface RequestSecurityTokenCopyright © 2005–2018 Oracle Corporation. All rights reserved.