Package | Description |
---|---|
org.restlet | |
org.restlet.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–2013. All rights reserved.