public interface SecurityService
Important things to note:
Modifier and Type | Method and Description |
---|---|
void |
logout()
Logs out the currently authenticated user and invalidates the session.
|
UserName |
whoAmI()
Returns the name of the currently authenticated user.
|
UserName whoAmI() throws SecurityServiceException
SecurityServiceException
- if an unexpected error occursvoid logout() throws SecurityServiceException
SecurityServiceException
- if an unexpected error occursCopyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.