| Package | Description |
|---|---|
| de.terrestris.shogun2.model | |
| de.terrestris.shogun2.model.token |
| Modifier and Type | Method and Description |
|---|---|
User |
UserGroup.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
UserGroup.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroup.setOwner(User owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroup.setMembers(Set<User> members) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserToken.getUser() |
| Constructor and Description |
|---|
PasswordResetToken(User user)
Constructor that uses the default expiration time.
|
PasswordResetToken(User user,
int expirationInMinutes)
Constructor that uses the passed values
|
RegistrationToken(User user)
Constructor that uses the default expiration time.
|
RegistrationToken(User user,
int expirationInMinutes)
Constructor that uses the passed values
|
UserToken(User user)
Constructor.
|
UserToken(User user,
int expirationInMinutes)
Constructor
|
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.