Class AuthSubject
- java.lang.Object
-
- com.helger.security.authentication.subject.AuthSubject
-
- All Implemented Interfaces:
com.helger.commons.id.IHasID<String>,com.helger.commons.name.IHasDisplayName,IAuthSubject
@Immutable public class AuthSubject extends Object implements IAuthSubject
Default dummy implementation of theIAuthSubjectinterface that has no logic at all.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description AuthSubject(String sID, String sDisplayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()StringgetID()inthashCode()StringtoString()
-