Class JassAuthenticate
- java.lang.Object
-
- org.sakaiproject.component.kerberos.user.JassAuthenticate
-
public class JassAuthenticate extends Object
Attempts to authenticate a user and reports success or an error message- Author:
- Matthew Buckett
-
-
Constructor Summary
Constructors Constructor Description JassAuthenticate(String userPrincipal)Get ready for JAAS authentication, but don't verify a service ticket.JassAuthenticate(String serverGSS, String servicePrincipal, String userPrincipal)Get ready for JAAS authentication but attempt todo service ticket verification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanattemptAuthentication(String username, String password)booleanisVerifyServiceTicket()
-
-
-
Constructor Detail
-
JassAuthenticate
public JassAuthenticate(String userPrincipal)
Get ready for JAAS authentication, but don't verify a service ticket.
-
-