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. tokenUsages
Methods 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 void
AbstractInboundSecurityToken. addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage)
void
AbstractSecurityToken. 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.TokenUsage
SecurityTokenConstants. TokenUsage_Encryption
static SecurityTokenConstants.TokenUsage
SecurityTokenConstants. TokenUsage_Signature
Methods 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 void
SecurityToken. addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage)
-