Uses of Interface
org.apache.ws.security.validate.KerberosTokenDecoder

Packages that use KerberosTokenDecoder
org.apache.ws.security.validate   
 

Uses of KerberosTokenDecoder in org.apache.ws.security.validate
 

Methods in org.apache.ws.security.validate that return KerberosTokenDecoder
 KerberosTokenDecoder KerberosTokenValidator.getKerberosTokenDecoder()
          Get the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.
 

Methods in org.apache.ws.security.validate with parameters of type KerberosTokenDecoder
 void KerberosTokenValidator.setKerberosTokenDecoder(KerberosTokenDecoder kerberosTokenDecoder)
          Set the KerberosTokenDecoder instance used to extract a session key from the received Kerberos token.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.