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.SubjectgetSubject()Returns the subjectjava.lang.StringgetUserName()Get the name for this user.
-