public class AccountImpl extends Object implements io.undertow.security.idm.Account, Serializable
Constructor and Description |
---|
AccountImpl(Principal principal) |
AccountImpl(Principal principal,
Set<String> roles,
Object credential) |
AccountImpl(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getCredential() |
Principal |
getPrincipal() |
Set<String> |
getRoles() |
int |
hashCode() |
public AccountImpl(String name)
public AccountImpl(Principal principal)
Copyright © 2014 JBoss by Red Hat. All rights reserved.