Uses of Interface
org.restlet.security.Enroler
-
Packages that use Enroler Package Description org.restlet Core classes of the API.org.restlet.security Classes related to security. -
-
Uses of Enroler in org.restlet
Fields in org.restlet declared as Enroler Modifier and Type Field Description private EnrolerContext. defaultEnrolerThe enroler that can add the user roles based on Restlet default authorization model.Methods in org.restlet that return Enroler Modifier and Type Method Description EnrolerContext. getDefaultEnroler()Returns an enroler that can add the user roles based on authenticated user principals.Methods in org.restlet with parameters of type Enroler Modifier and Type Method Description voidContext. setDefaultEnroler(Enroler enroler)Sets an enroler that can add the user roles based on authenticated user principals. -
Uses of Enroler in org.restlet.security
Classes in org.restlet.security that implement Enroler Modifier and Type Class Description private classMemoryRealm.DefaultEnrolerEnroler based on the default security model.Fields in org.restlet.security declared as Enroler Modifier and Type Field Description private EnrolerAuthenticator. enrolerInvoked upon successful authentication to update the subject with new principals.private EnrolerRealm. enrolerThe enroler that can add the user roles based on user principals.Methods in org.restlet.security that return Enroler Modifier and Type Method Description EnrolerAuthenticator. getEnroler()Returns the enroler invoked upon successful authentication to update the subject with new principals.EnrolerRealm. getEnroler()Returns an enroler that can add the user roles based on user principals.Methods in org.restlet.security with parameters of type Enroler Modifier and Type Method Description voidAuthenticator. setEnroler(Enroler enroler)Sets the enroler invoked upon successful authentication.voidRealm. 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 Constructor Description Authenticator(Context context, boolean multiAuthenticating, boolean optional, Enroler enroler)Constructor.Authenticator(Context context, boolean optional, Enroler enroler)Constructor.Realm(Verifier verifier, Enroler enroler)Constructor.
-