Package ddf.security
Interface SubjectIdentity
public interface SubjectIdentity
Provides methods for determining identity properties of a Subject
-
Method Summary
Modifier and TypeMethodDescriptionSubject attribute used for identitygetUniqueIdentifier(org.apache.shiro.subject.Subject subject) Get a subject's unique identifier.
-
Method Details
-
getUniqueIdentifier
Get a subject's unique identifier.- Parameters:
subject-- Returns:
- unique identifier for the subject
-
getIdentityAttribute
String getIdentityAttribute()Subject attribute used for identity- Returns:
-