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 TypeMethodDescriptionbooleancheckCredential(Object suppliedCredential) voidvoidsetJAASInfo(Subject subject) voidunsetJAASInfo(Subject subject)
-
Field Details
-
user
-
principal
-
roles
-
-
Constructor Details
-
JAASUserInfo
-
-
Method Details
-
getUserName
-
getPrincipal
-
setJAASInfo
-
unsetJAASInfo
-
checkCredential
-
fetchRoles
- Throws:
Exception
-