I guess if you really were determined, you could take the output of KerberosTicket.getEncoded() and pass it to some shell script or other process to parse and extract the data for you. I imagine it's possible if you're willing to shell out of the Java layer from a scriptlet, or wire up a bean callling System.exec() or whatever it is. -- Scott