Uses of Interface
com.sun.xml.ws.security.Token
-
-
Uses of Token in com.sun.xml.ws.api.security.trust
Methods in com.sun.xml.ws.api.security.trust that return Token Modifier and Type Method Description TokenIssueSamlTokenContract. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context) -
Uses of Token in com.sun.xml.ws.api.security.trust.client
Methods in com.sun.xml.ws.api.security.trust.client that return Token Modifier and Type Method Description abstract TokenSTSIssuedTokenConfiguration. getOBOToken() -
Uses of Token in com.sun.xml.ws.security
Subinterfaces of Token in com.sun.xml.ws.security Modifier and Type Interface Description interfaceDerivedKeyTokenDerivedKeyToken Interface TODO: This defintion is incomplete.interfaceEncryptedKeyinterfaceSecurityContextTokenSecurityContextToken InterfaceinterfaceSecurityTokenReferenceTODO: refine/define the methods in this interfaceMethods in com.sun.xml.ws.security that return Token Modifier and Type Method Description TokenIssuedTokenContext. getAssociatedProofToken()get the Proof Token (if any) associated with the SecurityToken, null otherwiseTokenIssuedTokenContext. getAttachedSecurityTokenReference()If the token returned doesnt allow use of wsu:id attribute then a STR is returned as <wst:RequestedAttachedReference> which needs to be inserted into a <ds:KeyInfo> for example.TokenIssuedTokenContext. getSecurityToken()Depending on the <sp:IncludeToken> policy get the Token to be used in Securing requests and/or responses.TokenIssuedTokenContext. getTarget()TokenIssuedTokenContext. getUnAttachedSecurityTokenReference()If the token returned doesnt allow use of wsu:id attribute then a STR is returned as <wst:RequestedUnAttachedReference> which needs to be inserted into a <ds:KeyInfo> for example.Methods in com.sun.xml.ws.security with parameters of type Token Modifier and Type Method Description voidIssuedTokenContext. setAssociatedProofToken(Token token)Set the Proof Token Associated with the SecurityTokenvoidIssuedTokenContext. setAttachedSecurityTokenReference(Token str)If the token returned doesnt allow use of wsu:id attribute then a STR is returned as <wst:RequestedAttachedReference> which needs to be inserted into a <ds:KeyInfo> for examplevoidIssuedTokenContext. setSecurityToken(Token tok)Depending on the <sp:IncludeToken> server policy, set the Token to be used in Securing requests and/or responsesvoidIssuedTokenContext. setTarget(Token target)voidIssuedTokenContext. setUnAttachedSecurityTokenReference(Token str)If the token returned doesnt allow use of wsu:id attribute then a STR is returned as <wst:RequestedUnAttachedReference> which needs to be inserted into a <ds:KeyInfo> for example -
Uses of Token in com.sun.xml.ws.security.impl
Classes in com.sun.xml.ws.security.impl that implement Token Modifier and Type Class Description classDerivedKeyTokenImplMethods in com.sun.xml.ws.security.impl that return Token Modifier and Type Method Description TokenIssuedTokenContextImpl. getAssociatedProofToken()TokenIssuedTokenContextImpl. getAttachedSecurityTokenReference()TokenIssuedTokenContextImpl. getSecurityToken()TokenIssuedTokenContextImpl. getTarget()TokenIssuedTokenContextImpl. getUnAttachedSecurityTokenReference()Methods in com.sun.xml.ws.security.impl with parameters of type Token Modifier and Type Method Description voidIssuedTokenContextImpl. setAssociatedProofToken(Token associatedProofToken)voidIssuedTokenContextImpl. setAttachedSecurityTokenReference(Token secTokenReference)voidIssuedTokenContextImpl. setSecurityToken(Token securityToken)voidIssuedTokenContextImpl. setTarget(Token target)voidIssuedTokenContextImpl. setUnAttachedSecurityTokenReference(Token secTokenReference) -
Uses of Token in com.sun.xml.ws.security.opt.impl.incoming
Classes in com.sun.xml.ws.security.opt.impl.incoming that implement Token Modifier and Type Class Description classSecurityContextToken -
Uses of Token in com.sun.xml.ws.security.opt.impl.keyinfo
Classes in com.sun.xml.ws.security.opt.impl.keyinfo that implement Token Modifier and Type Class Description classSecurityContextTokenSecurityContextToken ImplementationclassSecurityContextToken13SecurityContextToken ImplementationclassSecurityTokenReference -
Uses of Token in com.sun.xml.ws.security.secconv.impl.elements
Classes in com.sun.xml.ws.security.secconv.impl.elements that implement Token Modifier and Type Class Description classSecurityContextTokenImplSecurityContextToken Implementation -
Uses of Token in com.sun.xml.ws.security.secconv.impl.wssx.elements
Classes in com.sun.xml.ws.security.secconv.impl.wssx.elements that implement Token Modifier and Type Class Description classSecurityContextTokenImplSecurityContextToken Implementation -
Uses of Token in com.sun.xml.ws.security.trust
Classes in com.sun.xml.ws.security.trust that implement Token Modifier and Type Class Description classGenericTokenMethods in com.sun.xml.ws.security.trust with parameters of type Token Modifier and Type Method Description abstract ActAsWSTrustElementFactory. createActAs(Token token)abstract OnBehalfOfWSTrustElementFactory. createOnBehalfOf(Token oboToken)abstract RequestedSecurityTokenWSTrustElementFactory. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.abstract UseKeyWSTrustElementFactory. createUseKey(Token token, String sig)abstract ValidateTargetWSTrustElementFactory. createValidateTarget(Token token) -
Uses of Token in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Token Modifier and Type Method Description TokenCancelTarget. getToken()Get the token to be CancelledTokenDelegateTo. getToken()Get the Token contained in this DelegateTo instanceTokenEncryption. getToken()Get the Token contained in this Encryption instanceTokenRenewTarget. getToken()Get the Token to be renewedTokenRequestedSecurityToken. getToken()Returns the Security Token contained in the RequestedSecurityToken element.TokenUseKey. getToken()Get the Token contained in the element, null otherwise.Methods in com.sun.xml.ws.security.trust.elements with parameters of type Token Modifier and Type Method Description voidCancelTarget. setToken(Token token)Set the token to be CancelledvoidDelegateTo. setToken(Token token)Set the Token as the contents of DelegateTovoidEncryption. setToken(Token token)Set the Token as the contents of EncryptionvoidRenewTarget. setToken(Token token)Set the Token to be renewedvoidRequestedSecurityToken. setToken(Token token)Sets the value of the Security Token in the RequestedSecurityToken element.voidUseKey. setToken(Token token)Set the Token as the contents of UseKey -
Uses of Token in com.sun.xml.ws.security.trust.elements.str
Subinterfaces of Token in com.sun.xml.ws.security.trust.elements.str Modifier and Type Interface Description interfaceSecurityTokenReference -
Uses of Token in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return Token Modifier and Type Method Description abstract TokenIssueSamlTokenContract. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)TokenIssueSamlTokenContractImpl. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)TokenSBIssuedSamlTokenContractImpl. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)Methods in com.sun.xml.ws.security.trust.impl with parameters of type Token Modifier and Type Method Description ActAsWSTrustElementFactoryImpl. createActAs(Token token)OnBehalfOfWSTrustElementFactoryImpl. createOnBehalfOf(Token oboToken)RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.UseKeyWSTrustElementFactoryImpl. createUseKey(Token token, String sig)ValidateTargetWSTrustElementFactoryImpl. createValidateTarget(Token token) -
Uses of Token in com.sun.xml.ws.security.trust.impl.client
Methods in com.sun.xml.ws.security.trust.impl.client that return Token Modifier and Type Method Description TokenDefaultSTSIssuedTokenConfiguration. getOBOToken()Methods in com.sun.xml.ws.security.trust.impl.client with parameters of type Token Modifier and Type Method Description voidDefaultSTSIssuedTokenConfiguration. setOBOToken(Token token) -
Uses of Token in com.sun.xml.ws.security.trust.impl.elements
Methods in com.sun.xml.ws.security.trust.impl.elements that return Token Modifier and Type Method Description TokenCancelTargetImpl. getToken()TokenDelegateToImpl. getToken()TokenEncryptionImpl. getToken()TokenProofEncryptionImpl. getToken()TokenRenewTargetImpl. getToken()TokenRequestedSecurityTokenImpl. getToken()TokenUseKeyImpl. getToken()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Token Modifier and Type Method Description voidCancelTargetImpl. setToken(Token token)voidDelegateToImpl. setToken(Token token)voidEncryptionImpl. setToken(Token token)voidProofEncryptionImpl. setToken(Token token)voidRenewTargetImpl. setToken(Token token)voidRequestedSecurityTokenImpl. setToken(Token token)voidUseKeyImpl. setToken(Token token)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Token Constructor Description CancelTargetImpl(Token token)DelegateToImpl(Token token)EncryptionImpl(Token token)OnBehalfOfImpl(Token oboToken)ProofEncryptionImpl(Token token)RenewTargetImpl(Token token)RequestedSecurityTokenImpl(Token token)UseKeyImpl(Token token) -
Uses of Token in com.sun.xml.ws.security.trust.impl.elements.str
Classes in com.sun.xml.ws.security.trust.impl.elements.str that implement Token Modifier and Type Class Description classSecurityTokenReferenceImplSecurityTokenReference implementation -
Uses of Token in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Token Modifier and Type Method Description ActAsWSTrustElementFactoryImpl. createActAs(Token actAsToken)OnBehalfOfWSTrustElementFactoryImpl. createOnBehalfOf(Token oboToken)RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.UseKeyWSTrustElementFactoryImpl. createUseKey(Token token, String sig)ValidateTargetWSTrustElementFactoryImpl. createValidateTarget(Token token) -
Uses of Token in com.sun.xml.ws.security.trust.impl.wssx.elements
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Token Modifier and Type Method Description TokenCancelTargetImpl. getToken()TokenDelegateToImpl. getToken()TokenEncryptionImpl. getToken()TokenProofEncryptionImpl. getToken()TokenRenewTargetImpl. getToken()TokenRequestedSecurityTokenImpl. getToken()TokenUseKeyImpl. getToken()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Token Modifier and Type Method Description voidCancelTargetImpl. setToken(Token token)voidDelegateToImpl. setToken(Token token)voidEncryptionImpl. setToken(Token token)voidProofEncryptionImpl. setToken(Token token)voidRenewTargetImpl. setToken(Token token)voidRequestedSecurityTokenImpl. setToken(Token token)voidUseKeyImpl. setToken(Token token)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Token Constructor Description ActAsImpl(Token aaToken)CancelTargetImpl(Token token)DelegateToImpl(Token token)EncryptionImpl(Token token)OnBehalfOfImpl(Token oboToken)ProofEncryptionImpl(Token token)RenewTargetImpl(Token token)RequestedSecurityTokenImpl(Token token)UseKeyImpl(Token token)ValidateTargetImpl(Token token) -
Uses of Token in com.sun.xml.wss.core
Classes in com.sun.xml.wss.core that implement Token Modifier and Type Class Description classDerivedKeyTokenHeaderBlockclassEncryptedKeyTokenclassSecurityContextTokenImpl<wsc:SecurityContextToken wsu:Id="..." ...> <wsc:Identifier>...</wsc:Identifier> <wsc:Instance>...</wsc:Instance> ...classSecurityTokenReferenceclassUsernameTokenSupport for a WSS:Username Token Profile.classX509SecurityTokenAn X509 v3 certificate BinarySecurityToken. -
Uses of Token in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type Token Modifier and Type Method Description static voidSecurityUtil. initInferredIssuedTokenContext(FilterProcessingContext wssContext, Token str, Key returnKey) -
Uses of Token in com.sun.xml.wss.saml
Subinterfaces of Token in com.sun.xml.wss.saml Modifier and Type Interface Description interfaceAssertionThis interface stands forAssertionelement. -
Uses of Token in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Token Modifier and Type Class Description classAssertionThis object stands forAssertionelement. -
Uses of Token in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Token Modifier and Type Class Description classAssertionThis object stands forAssertionelement.
-