Uses of Interface
org.apache.wss4j.common.kerberos.KerberosTokenDecoder
-
Packages that use KerberosTokenDecoder Package Description org.apache.wss4j.dom.validate org.apache.wss4j.stax.impl.securityToken -
-
Uses of KerberosTokenDecoder in org.apache.wss4j.dom.validate
Methods in org.apache.wss4j.dom.validate that return KerberosTokenDecoder Modifier and Type Method Description KerberosTokenDecoderKerberosTokenValidator. 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 KerberosTokenDecoder Modifier and Type Method Description voidKerberosTokenValidator. 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 KerberosTokenDecoder Modifier and Type Method Description KerberosTokenDecoderKerberosServiceSecurityTokenImpl. 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 KerberosTokenDecoder Modifier and Type Method Description voidKerberosServiceSecurityTokenImpl. setKerberosTokenDecoder(KerberosTokenDecoder kerberosTokenDecoder)Set the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.
-