Uses of Class
org.restlet.security.Realm

Packages that use Realm
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
 Realm Component.getRealm(String name)
          Finds the realm with the given name.
 

Methods in org.restlet that return types with arguments of type Realm
 List<Realm> Component.getRealms()
          Returns the modifiable list of security realms.
 

Method parameters in org.restlet with type arguments of type Realm
 void Component.setRealms(List<Realm> realms)
          Sets the list of realms.
 

Uses of Realm in org.restlet.security
 

Subclasses of Realm in org.restlet.security
 class MemoryRealm
          Security realm based on a memory model.
 



Copyright © 2005-2013 Restlet.