Uses of Class
org.apache.xml.security.stax.securityToken.SecurityTokenConstants.TokenUsage
-
Packages that use SecurityTokenConstants.TokenUsage Package Description org.apache.xml.security.stax.impl.securityToken org.apache.xml.security.stax.securityToken -
-
Uses of SecurityTokenConstants.TokenUsage in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken with type parameters of type SecurityTokenConstants.TokenUsage Modifier and Type Field Description protected java.util.List<SecurityTokenConstants.TokenUsage>AbstractSecurityToken. tokenUsagesMethods in org.apache.xml.security.stax.impl.securityToken that return types with arguments of type SecurityTokenConstants.TokenUsage Modifier and Type Method Description java.util.List<SecurityTokenConstants.TokenUsage>AbstractSecurityToken. getTokenUsages()Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.TokenUsage Modifier and Type Method Description voidAbstractInboundSecurityToken. addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage)voidAbstractSecurityToken. addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage) -
Uses of SecurityTokenConstants.TokenUsage in org.apache.xml.security.stax.securityToken
Fields in org.apache.xml.security.stax.securityToken declared as SecurityTokenConstants.TokenUsage Modifier and Type Field Description static SecurityTokenConstants.TokenUsageSecurityTokenConstants. TokenUsage_Encryptionstatic SecurityTokenConstants.TokenUsageSecurityTokenConstants. TokenUsage_SignatureMethods in org.apache.xml.security.stax.securityToken that return types with arguments of type SecurityTokenConstants.TokenUsage Modifier and Type Method Description java.util.List<SecurityTokenConstants.TokenUsage>SecurityToken. getTokenUsages()Methods in org.apache.xml.security.stax.securityToken with parameters of type SecurityTokenConstants.TokenUsage Modifier and Type Method Description voidSecurityToken. addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage)
-