Interface SubjectUserInfo
-
- All Known Implementing Classes:
SimpleSubjectUserInfo
public interface SubjectUserInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.security.Principal>
getPrincipals()
Get the principals for this user.javax.security.auth.Subject
getSubject()
Returns the subjectjava.lang.String
getUserName()
Get the name for this user.
-