| com.sun.xml.ws.security.trust.impl.elements.RequestSecurityTokenImpl
RequestSecurityTokenImpl | public class RequestSecurityTokenImpl extends RequestSecurityTokenType implements RequestSecurityToken(Code) | | Implementation of the RequestSecurityToken interface.
author: Manveen Kaur |
Constructor Summary | |
public | RequestSecurityTokenImpl() | public | RequestSecurityTokenImpl(URI tokenType, URI requestType) | public | RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, 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) |
RequestSecurityTokenImpl | public RequestSecurityTokenImpl()(Code) | | |
RequestSecurityTokenImpl | public RequestSecurityTokenImpl(URI tokenType, URI requestType)(Code) | | |
getAppliesTo | public AppliesTo getAppliesTo()(Code) | | |
getAuthenticationType | public URI getAuthenticationType()(Code) | | |
getCanonicalizationAlgorithm | public URI getCanonicalizationAlgorithm()(Code) | | |
getComputedKeyAlgorithm | public URI getComputedKeyAlgorithm()(Code) | | |
getDelegatable | public boolean getDelegatable()(Code) | | |
getEncryptWith | public URI getEncryptWith()(Code) | | |
getEncryptionAlgorithm | public URI getEncryptionAlgorithm()(Code) | | |
getForwardable | public boolean getForwardable()(Code) | | |
getKeySize | public long getKeySize()(Code) | | |
getPolicyReference | public PolicyReference getPolicyReference()(Code) | | |
getRequestType | public URI getRequestType()(Code) | | |
getSignatureAlgorithm | public URI getSignatureAlgorithm()(Code) | | |
setAppliesTo | final public void setAppliesTo(AppliesTo appliesTo)(Code) | | |
setAuthenticationType | final public void setAuthenticationType(URI uri)(Code) | | |
setCanonicalizationAlgorithm | final public void setCanonicalizationAlgorithm(URI algorithm)(Code) | | |
setComputedKeyAlgorithm | final public void setComputedKeyAlgorithm(URI algorithm)(Code) | | |
setDelegatable | final public void setDelegatable(boolean flag)(Code) | | |
setEncryptWith | final public void setEncryptWith(URI algorithm)(Code) | | |
setEncryptionAlgorithm | final public void setEncryptionAlgorithm(URI algorithm)(Code) | | |
setForwardable | final public void setForwardable(boolean flag)(Code) | | |
setKeySize | final public void setKeySize(long size)(Code) | | |
setPolicyReference | final public void setPolicyReference(PolicyReference policyRef)(Code) | | |
setRequestType | final public void setRequestType(URI requestType)(Code) | | |
setSignWith | final public void setSignWith(URI algorithm)(Code) | | |
setSignatureAlgorithm | final public void setSignatureAlgorithm(URI algorithm)(Code) | | |
setTokenType | final public void setTokenType(URI tokenType)(Code) | | |
|
|