public class JassAuthenticate extends Object
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
attemptAuthentication(String username,
String password) |
boolean |
isVerifyServiceTicket() |
public JassAuthenticate(String userPrincipal)
Copyright © 2005–2019 University of Michigan. All rights reserved.