Interface Authentication
-
- All Known Implementing Classes:
DefaultAuthentication
public interface AuthenticationRepresents a successful authentication.- Author:
- avasquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfilegetProfile()Returns the profile associated to the authentication.StringgetTicket()Returns the ticket that identifies the authentication.booleanisRemembered()Indicates if it's a remembered authentication.
-