Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.security |
Classes related to security.
|
Modifier and Type | Method and Description |
---|---|
Realm |
Component.getRealm(java.lang.String name)
Finds the realm with the given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Realm> |
Component.getRealms()
Returns the modifiable list of security realms.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setRealms(java.util.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-2024 Restlet.