Class SubjectID
- java.lang.Object
-
- org.cilogon.oauth2.servlet.storage.user.PersonName
-
- org.cilogon.oauth2.servlet.storage.user.SubjectID
-
- All Implemented Interfaces:
Serializable
public class SubjectID extends PersonName
Created by Jeff Gaynor
on 3/17/20 at 12:56 PM- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
-
Methods inherited from class org.cilogon.oauth2.servlet.storage.user.PersonName
getName, isEmpty, setName, toString
-
-
-
-
Constructor Detail
-
SubjectID
public SubjectID(String name)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPersonName
-
-