Uses of Interface
org.apache.wss4j.common.kerberos.KerberosTokenDecoder
Packages that use KerberosTokenDecoder
-
Uses of KerberosTokenDecoder in org.apache.wss4j.dom.validate
Methods in org.apache.wss4j.dom.validate that return KerberosTokenDecoderModifier and TypeMethodDescriptionKerberosTokenValidator.getKerberosTokenDecoder()Get the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.Methods in org.apache.wss4j.dom.validate with parameters of type KerberosTokenDecoderModifier and TypeMethodDescriptionvoidKerberosTokenValidator.setKerberosTokenDecoder(KerberosTokenDecoder kerberosTokenDecoder) Set the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token. -
Uses of KerberosTokenDecoder in org.apache.wss4j.stax.impl.securityToken
Methods in org.apache.wss4j.stax.impl.securityToken that return KerberosTokenDecoderModifier and TypeMethodDescriptionKerberosServiceSecurityTokenImpl.getKerberosTokenDecoder()Get the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.Methods in org.apache.wss4j.stax.impl.securityToken with parameters of type KerberosTokenDecoderModifier and TypeMethodDescriptionvoidKerberosServiceSecurityTokenImpl.setKerberosTokenDecoder(KerberosTokenDecoder kerberosTokenDecoder) Set the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.