Package org.eclipse.jetty.jaas.spi
Class AbstractLoginModule.JAASUserInfo
- java.lang.Object
-
- org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
-
- Enclosing class:
- AbstractLoginModule
public class AbstractLoginModule.JAASUserInfo extends Object
JAASUserInfo This class unites the UserInfo data with jaas concepts such as Subject and Principals
-
-
Constructor Summary
Constructors Constructor Description JAASUserInfo(UserInfo u)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckCredential(Object suppliedCredential)voidfetchRoles()PrincipalgetPrincipal()StringgetUserName()voidsetJAASInfo(Subject subject)voidunsetJAASInfo(Subject subject)
-
-
-
Constructor Detail
-
JAASUserInfo
public JAASUserInfo(UserInfo u)
-
-