Uses of Interface
com.sun.xml.ws.security.Token
Packages that use Token
Package
Description
-
Uses of Token in com.sun.xml.ws.api.security.trust
Methods in com.sun.xml.ws.api.security.trust that return Token -
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 -
Uses of Token in com.sun.xml.ws.security
Subinterfaces of Token in com.sun.xml.ws.securityModifier and TypeInterfaceDescriptioninterfaceDerivedKeyToken Interface TODO: This defintion is incomplete.interfaceinterfaceSecurityContextToken InterfaceinterfaceTODO: refine/define the methods in this interfaceMethods in com.sun.xml.ws.security that return TokenModifier and TypeMethodDescriptionIssuedTokenContext.getAssociatedProofToken()get the Proof Token (if any) associated with the SecurityToken, null otherwiseIssuedTokenContext.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.IssuedTokenContext.getSecurityToken()Depending on the <sp:IncludeToken> policy get the Token to be used in Securing requests and/or responses.IssuedTokenContext.getTarget()IssuedTokenContext.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 TokenModifier and TypeMethodDescriptionvoidIssuedTokenContext.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 responsesvoidvoidIssuedTokenContext.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 TokenMethods in com.sun.xml.ws.security.impl that return TokenModifier and TypeMethodDescriptionIssuedTokenContextImpl.getAssociatedProofToken()IssuedTokenContextImpl.getAttachedSecurityTokenReference()IssuedTokenContextImpl.getSecurityToken()IssuedTokenContextImpl.getTarget()IssuedTokenContextImpl.getUnAttachedSecurityTokenReference()Methods in com.sun.xml.ws.security.impl with parameters of type TokenModifier and TypeMethodDescriptionvoidIssuedTokenContextImpl.setAssociatedProofToken(Token associatedProofToken) voidIssuedTokenContextImpl.setAttachedSecurityTokenReference(Token secTokenReference) voidIssuedTokenContextImpl.setSecurityToken(Token securityToken) voidvoidIssuedTokenContextImpl.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 -
Uses of Token in com.sun.xml.ws.security.opt.impl.keyinfo
Classes in com.sun.xml.ws.security.opt.impl.keyinfo that implement TokenModifier and TypeClassDescriptionclassSecurityContextToken ImplementationclassSecurityContextToken Implementationclass -
Uses of Token in com.sun.xml.ws.security.secconv.impl.elements
Classes in com.sun.xml.ws.security.secconv.impl.elements that implement TokenModifier and TypeClassDescriptionclassSecurityContextToken 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 TokenModifier and TypeClassDescriptionclassSecurityContextToken Implementation -
Uses of Token in com.sun.xml.ws.security.trust
Classes in com.sun.xml.ws.security.trust that implement TokenMethods in com.sun.xml.ws.security.trust with parameters of type TokenModifier and TypeMethodDescriptionabstract 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 TokenModifier and TypeMethodDescriptionCancelTarget.getToken()Get the token to be CancelledDelegateTo.getToken()Get the Token contained in this DelegateTo instanceEncryption.getToken()Get the Token contained in this Encryption instanceRenewTarget.getToken()Get the Token to be renewedRequestedSecurityToken.getToken()Returns the Security Token contained in the RequestedSecurityToken element.UseKey.getToken()Get the Token contained in the element, null otherwise.Methods in com.sun.xml.ws.security.trust.elements with parameters of type TokenModifier and TypeMethodDescriptionvoidSet the token to be CancelledvoidSet the Token as the contents of DelegateTovoidSet the Token as the contents of EncryptionvoidSet the Token to be renewedvoidSets the value of the Security Token in the RequestedSecurityToken element.voidSet 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 -
Uses of Token in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return TokenModifier and TypeMethodDescriptionabstract TokenIssueSamlTokenContract.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) IssueSamlTokenContractImpl.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) SBIssuedSamlTokenContractImpl.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 TokenModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createActAs(Token token) WSTrustElementFactoryImpl.createOnBehalfOf(Token oboToken) WSTrustElementFactoryImpl.createRequestedSecurityToken(Token token) Create a RequestedSecurityToken.WSTrustElementFactoryImpl.createUseKey(Token token, String sig) WSTrustElementFactoryImpl.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 TokenMethods in com.sun.xml.ws.security.trust.impl.client with parameters of type TokenModifier and TypeMethodDescriptionvoidDefaultSTSIssuedTokenConfiguration.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 TokenModifier and TypeMethodDescriptionCancelTargetImpl.getToken()DelegateToImpl.getToken()EncryptionImpl.getToken()ProofEncryptionImpl.getToken()RenewTargetImpl.getToken()RequestedSecurityTokenImpl.getToken()UseKeyImpl.getToken()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type TokenModifier and TypeMethodDescriptionfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidvoidConstructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type TokenModifierConstructorDescriptionCancelTargetImpl(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 TokenModifier and TypeClassDescriptionclassSecurityTokenReference 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 TokenModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createActAs(Token actAsToken) WSTrustElementFactoryImpl.createOnBehalfOf(Token oboToken) WSTrustElementFactoryImpl.createRequestedSecurityToken(Token token) Create a RequestedSecurityToken.WSTrustElementFactoryImpl.createUseKey(Token token, String sig) WSTrustElementFactoryImpl.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 TokenModifier and TypeMethodDescriptionCancelTargetImpl.getToken()DelegateToImpl.getToken()EncryptionImpl.getToken()ProofEncryptionImpl.getToken()RenewTargetImpl.getToken()RequestedSecurityTokenImpl.getToken()UseKeyImpl.getToken()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type TokenModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidConstructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type TokenModifierConstructorDescriptionCancelTargetImpl(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 TokenModifier and TypeClassDescriptionclassclassclass<wsc:SecurityContextToken wsu:Id="..." ...> <wsc:Identifier>...</wsc:Identifier> <wsc:Instance>...</wsc:Instance> ...classclassSupport for a WSS:Username Token Profile.classAn 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 TokenModifier and TypeMethodDescriptionstatic 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.samlModifier and TypeInterfaceDescriptioninterfaceThis 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 -
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