@SerializeWith(value=SimpleUserPrincipal.Externalizer.class) public final class SimpleUserPrincipal extends Object implements UserPrincipal
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleUserPrincipal.Externalizer |
| Constructor and Description |
|---|
SimpleUserPrincipal(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
equals(SimpleUserPrincipal other) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public SimpleUserPrincipal(String name)
public int hashCode()
public boolean equals(Object other)
public boolean equals(SimpleUserPrincipal other)
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.