Uses of Class
org.apache.xml.security.stax.securityToken.SecurityTokenConstants.TokenType
Packages that use SecurityTokenConstants.TokenType
Package
Description
-
Uses of SecurityTokenConstants.TokenType in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken that return SecurityTokenConstants.TokenTypeModifier and TypeMethodDescriptionDsaKeyValueSecurityToken.getTokenType()
ECKeyValueSecurityToken.getTokenType()
GenericOutboundSecurityToken.getTokenType()
KeyNameSecurityToken.getTokenType()
RsaKeyValueSecurityToken.getTokenType()
X509SecurityToken.getTokenType()
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.TokenTypeModifier and TypeMethodDescriptionvoid
GenericOutboundSecurityToken.setTokenType
(SecurityTokenConstants.TokenType tokenType) Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.TokenTypeModifierConstructorDescriptionGenericOutboundSecurityToken
(String id, SecurityTokenConstants.TokenType tokenType) GenericOutboundSecurityToken
(String id, SecurityTokenConstants.TokenType tokenType, Key key) GenericOutboundSecurityToken
(String id, SecurityTokenConstants.TokenType tokenType, Key key, X509Certificate[] x509Certificates) protected
X509IssuerSerialSecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protected
X509SecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage) protected
X509SKISecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) protected
X509SubjectNameSecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id) -
Uses of SecurityTokenConstants.TokenType in org.apache.xml.security.stax.securityToken
Fields in org.apache.xml.security.stax.securityToken declared as SecurityTokenConstants.TokenTypeModifier and TypeFieldDescriptionstatic final SecurityTokenConstants.TokenType
SecurityTokenConstants.DefaultToken
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.DerivedKeyToken
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.EncryptedKeyToken
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.KeyNameToken
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.KeyValueToken
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.X509Pkcs7Token
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.X509PkiPathV1Token
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.X509V1Token
static final SecurityTokenConstants.TokenType
SecurityTokenConstants.X509V3Token
Methods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.TokenType