Interface SubjectUserInfo
- All Known Implementing Classes:
SimpleSubjectUserInfo
public interface SubjectUserInfo
-
Method Summary
Modifier and TypeMethodDescriptionGet the principals for this user.Returns the subjectGet the name for this user.
-
Method Details
-
getUserName
String getUserName()Get the name for this user. -
getPrincipals
Collection<Principal> getPrincipals()Get the principals for this user. -
getSubject
Subject getSubject()Returns the subject
-