| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.security |
Classes related to security.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
Component.getRealm(String name)
Finds the realm with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Realm> |
Component.getRealms()
Returns the modifiable list of security realms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setRealms(List<Realm> realms)
Sets the list of realms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryRealm
Security realm based on a memory model.
|
Copyright © 2005–2025. All rights reserved.