Uses of Class
org.apache.wss4j.binding.wss10.UsernameTokenType
-
Packages that use UsernameTokenType 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 UsernameTokenType in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust with parameters of type UsernameTokenType Modifier and Type Method Description <T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
TSTSStaxTokenValidator. validate(UsernameTokenType usernameTokenType, TokenContext tokenContext) -
Uses of UsernameTokenType in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return UsernameTokenType Modifier and Type Method Description UsernameTokenTypeObjectFactory. createUsernameTokenType()Create an instance ofUsernameTokenTypeMethods in org.apache.wss4j.binding.wss10 that return types with arguments of type UsernameTokenType Modifier and Type Method Description JAXBElement<UsernameTokenType>ObjectFactory. createUsernameToken(UsernameTokenType value)Methods in org.apache.wss4j.binding.wss10 with parameters of type UsernameTokenType Modifier and Type Method Description JAXBElement<UsernameTokenType>ObjectFactory. createUsernameToken(UsernameTokenType value) -
Uses of UsernameTokenType in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate with parameters of type UsernameTokenType Modifier and Type Method Description <T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
TJAASUsernameTokenValidatorImpl. validate(UsernameTokenType usernameTokenType, TokenContext tokenContext)<T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
TUsernameTokenValidator. validate(UsernameTokenType usernameTokenType, TokenContext tokenContext)<T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
TUsernameTokenValidatorImpl. validate(UsernameTokenType usernameTokenType, TokenContext tokenContext)
-