Package org.eclipse.jetty.jaas.spi
Class AbstractLoginModule.JAASUserInfo
java.lang.Object
org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
- Enclosing class:
AbstractLoginModule
JAASUserInfo
This class unites the UserInfo data with jaas concepts
such as Subject and Principals
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCredential
(Object suppliedCredential) void
void
setJAASInfo
(Subject subject) void
unsetJAASInfo
(Subject subject)
-
Field Details
-
user
-
principal
-
roles
-
-
Constructor Details
-
JAASUserInfo
-
-
Method Details
-
getUserName
-
getPrincipal
-
setJAASInfo
-
unsetJAASInfo
-
checkCredential
-
fetchRoles
- Throws:
Exception
-