com.ibm.security.auth.callback

Class Krb5CallbackHandler

  • java.lang.Object
    • com.ibm.security.auth.callback.Krb5CallbackHandler
  • All Implemented Interfaces:
    javax.security.auth.callback.CallbackHandler


    public class Krb5CallbackHandler
    extends java.lang.Object
    implements javax.security.auth.callback.CallbackHandler
    A text-based calback handler that for a Kerberos principal name and/or password. That is, it handles NameCallback and PasswordCallback. It also handles TextOutputCallback.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void handle(javax.security.auth.callback.Callback[] callbacks) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Krb5CallbackHandler

        public Krb5CallbackHandler()
    • Method Detail

      • handle

        public void handle(javax.security.auth.callback.Callback[] callbacks)
                    throws java.io.IOException,
                           javax.security.auth.callback.UnsupportedCallbackException
        Specified by:
        handle in interface javax.security.auth.callback.CallbackHandler
        Throws:
        java.io.IOException
        javax.security.auth.callback.UnsupportedCallbackException

© Portions Copyright 2003, 2015 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2015, Oracle and/or its affiliates. All rights reserved.