| Package | Description |
|---|---|
| org.craftercms.profile.api.services |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
AuthenticationService.authenticate(String tenantName,
String username,
String password)
Authenticates the user, and returns a ticket identifying the authentication.
|
Ticket |
AuthenticationService.createTicket(String profileId)
Create a new ticket for the specified profile.
|
Ticket |
AuthenticationService.getTicket(String ticketId)
Returns the ticket object for the given ticket ID.
|
Copyright © 2015 CrafterCMS. All Rights Reserved.