@Immutable public class AuthSubject extends Object implements IAuthSubject
IAuthSubject interface that has
no logic at all.| Constructor and Description |
|---|
AuthSubject(String sID,
String sDisplayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getID() |
int |
hashCode() |
String |
toString() |
Copyright © 2016–2021 Philip Helger. All rights reserved.