Uses of Class
org.restlet.security.Realm
-
Packages that use Realm Package Description org.restlet Core classes of the API.org.restlet.security Classes related to security. -
-
Uses of Realm in org.restlet
Methods in org.restlet that return Realm Modifier and Type Method Description Realm
Component. getRealm(java.lang.String name)
Finds the realm with the given name.Methods in org.restlet that return types with arguments of type Realm Modifier and Type Method Description java.util.List<Realm>
Component. getRealms()
Returns the modifiable list of security realms.Method parameters in org.restlet with type arguments of type Realm Modifier and Type Method Description void
Component. setRealms(java.util.List<Realm> realms)
Sets the list of realms. -
Uses of Realm in org.restlet.security
Subclasses of Realm in org.restlet.security Modifier and Type Class Description class
MemoryRealm
Security realm based on a memory model.
-