| Package | Description |
|---|---|
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.realm |
This package contains the Realms used by Payara for its native identity stores.
|
| com.sun.enterprise.security.auth.realm.file |
| Modifier and Type | Method and Description |
|---|---|
User |
BaseRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
| Modifier and Type | Method and Description |
|---|---|
abstract User |
AbstractRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileRealmUser
Represents a FileRealm user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
FileRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
Copyright © 2019. All rights reserved.