public class SimpleAccount extends Object implements NamedAccount<AccountIDImpl>
| Constructor and Description |
|---|
SimpleAccount(AccountIDImpl id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthKey() |
AccountIDImpl |
getId() |
String |
getName() |
String |
getPassword() |
Set<String> |
getRoles() |
boolean |
isValid() |
public SimpleAccount(AccountIDImpl id)
public AccountIDImpl getId()
getId in interface Account<AccountIDImpl>public Set<String> getRoles()
getRoles in interface Account<AccountIDImpl>public boolean isValid()
isValid in interface Account<AccountIDImpl>public String getName()
getName in interface NamedAccount<AccountIDImpl>public String getPassword()
public String getAuthKey()
Copyright © 2018. All rights reserved.