public class ServiceAndTicketCallbackHandler extends Object implements CallbackHandler
NameCallback
and PasswordCallback
respectively,
which meets the requirements of the CasLoginModule
JAAS module.Constructor and Description |
---|
ServiceAndTicketCallbackHandler(String service,
String ticket)
Creates a new instance with the given service and ticket.
|
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
Copyright © 2006–2013 Jasig. All rights reserved.