Class OpenIDConnect
- java.lang.Object
-
- org.cilogon.oauth2.servlet.storage.user.PersonName
-
- org.cilogon.oauth2.servlet.storage.user.OpenIDConnect
-
- All Implemented Interfaces:
Serializable
public class OpenIDConnect extends PersonName
Created by Jeff Gaynor
on 5/23/14 at 4:05 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenIDConnect(String name)
-
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
-
OpenIDConnect
public OpenIDConnect(String name)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPersonName
-
-