public static class AbstractSecurityService.User
extends java.lang.Object
implements java.security.Principal
Constructor and Description |
---|
User(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
public java.lang.String getName()
getName
in interface java.security.Principal
public boolean equals(java.lang.Object o)
equals
in interface java.security.Principal
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.security.Principal
hashCode
in class java.lang.Object