Uses of Interface
org.restlet.security.Enroler

Packages that use Enroler
org.restlet Core classes of the API. 
org.restlet.security Classes related to security. 
 

Uses of Enroler in org.restlet
 

Methods in org.restlet that return Enroler
 Enroler Context.getDefaultEnroler()
          Returns an enroler that can add the user roles based on authenticated user principals.
 

Methods in org.restlet with parameters of type Enroler
 void Context.setDefaultEnroler(Enroler enroler)
          Sets an enroler that can add the user roles based on authenticated user principals.
 

Uses of Enroler in org.restlet.security
 

Methods in org.restlet.security that return Enroler
 Enroler Authenticator.getEnroler()
          Returns the enroler invoked upon successful authentication to update the subject with new principals.
 Enroler Realm.getEnroler()
          Returns an enroler that can add the user roles based on user principals.
 

Methods in org.restlet.security with parameters of type Enroler
 void Authenticator.setEnroler(Enroler enroler)
          Sets the enroler invoked upon successful authentication.
 void Realm.setEnroler(Enroler enroler)
          Sets an enroler that can add the user roles based on user principals.
 

Constructors in org.restlet.security with parameters of type Enroler
Authenticator(Context context, boolean multiAuthenticating, boolean optional, Enroler enroler)
          Constructor.
Authenticator(Context context, boolean optional, Enroler enroler)
          Constructor.
Realm(Verifier verifier, Enroler enroler)
          Constructor.
 



Copyright © 2005-2013 Restlet.