public class SingleUserPrincipal extends Object implements Principal
A Principal that represents a user.
SingleUserPrincipal(String userName)
boolean
equals(Object another)
String
getName()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
implies
public SingleUserPrincipal(String userName)
public boolean equals(Object another)
equals
Principal
Object
public String getName()
getName
public String toString()
toString
public int hashCode()
hashCode
Copyright © 2022 The Apache Software Foundation. All rights reserved.