public interface TomcatPrincipal extends Principal
Modifier and Type | Method and Description |
---|---|
GSSCredential |
getGssCredential()
The user's delegated credentials.
|
Principal |
getUserPrincipal()
The authenticated Principal to be exposed to applications.
|
void |
logout()
Calls logout, if necessary, on any associated JAASLoginContext.
|
Principal getUserPrincipal()
GSSCredential getGssCredential()
void logout() throws Exception
Exception
- If something goes wrong with the logout. Uses Exception
to allow for future expansion of this method to cover
other logout mechanisms that might throw a different
exception to LoginContextCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.