|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordStrategy | |
|---|---|
| org.cyclopsgroup.doorman.service.security | |
| org.cyclopsgroup.doorman.service.storage | JPA data POJOs |
| Uses of PasswordStrategy in org.cyclopsgroup.doorman.service.security |
|---|
| Methods in org.cyclopsgroup.doorman.service.security that return PasswordStrategy | |
|---|---|
static PasswordStrategy |
PasswordStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PasswordStrategy[] |
PasswordStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of PasswordStrategy in org.cyclopsgroup.doorman.service.storage |
|---|
| Methods in org.cyclopsgroup.doorman.service.storage that return PasswordStrategy | |
|---|---|
PasswordStrategy |
StoredUser.getPasswordStrategy()
|
| Methods in org.cyclopsgroup.doorman.service.storage with parameters of type PasswordStrategy | |
|---|---|
void |
StoredUser.setPasswordStrategy(PasswordStrategy passwordStrategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||