Class GrouperWsKerberosHandler

java.lang.Object
edu.internet2.middleware.grouper.ws.security.GrouperWsKerberosHandler
All Implemented Interfaces:
CallbackHandler

public class GrouperWsKerberosHandler extends Object implements CallbackHandler

Pass in This can be used by a JAAS application to instantiate a CallbackHandler

See Also:
  • Constructor Details

    • GrouperWsKerberosHandler

      public GrouperWsKerberosHandler(String thePrincipal, String thePassword)

      Creates a callback handler that prompts and reads from the command line for answers to authentication questions. This can be used by JAAS applications to instantiate a CallbackHandler.

      Parameters:
      thePrincipal - principal
      thePassword - password
  • Method Details