Uses of Class
org.apache.wss4j.binding.wss10.BinarySecurityTokenType
-
Packages that use BinarySecurityTokenType Package Description org.apache.cxf.ws.security.trust org.apache.wss4j.binding.wss10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.wss4j.stax.validate -
-
Uses of BinarySecurityTokenType in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust with parameters of type BinarySecurityTokenType Modifier and Type Method Description org.apache.xml.security.stax.securityToken.InboundSecurityTokenSTSStaxTokenValidator. validate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext) -
Uses of BinarySecurityTokenType in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return BinarySecurityTokenType Modifier and Type Method Description BinarySecurityTokenTypeObjectFactory. createBinarySecurityTokenType()Create an instance ofBinarySecurityTokenTypeMethods in org.apache.wss4j.binding.wss10 that return types with arguments of type BinarySecurityTokenType Modifier and Type Method Description JAXBElement<BinarySecurityTokenType>ObjectFactory. createBinarySecurityToken(BinarySecurityTokenType value)Methods in org.apache.wss4j.binding.wss10 with parameters of type BinarySecurityTokenType Modifier and Type Method Description JAXBElement<BinarySecurityTokenType>ObjectFactory. createBinarySecurityToken(BinarySecurityTokenType value) -
Uses of BinarySecurityTokenType in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate with parameters of type BinarySecurityTokenType Modifier and Type Method Description org.apache.xml.security.stax.securityToken.InboundSecurityTokenBinarySecurityTokenValidator. validate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext)org.apache.xml.security.stax.securityToken.InboundSecurityTokenBinarySecurityTokenValidatorImpl. validate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext)
-