Uses of Interface
org.restlet.security.Enroler
Packages that use Enroler
Package
Description
Core classes of the Restlet API.
Classes related to security.
-
Uses of Enroler in org.restlet
Methods in org.restlet that return EnrolerModifier and TypeMethodDescriptionContext.getDefaultEnroler()Returns an enroler that can add the user roles based on authenticated user principals.Methods in org.restlet with parameters of type EnrolerModifier and TypeMethodDescriptionvoidContext.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 EnrolerModifier and TypeMethodDescriptionAuthenticator.getEnroler()Returns the enroler invoked upon successful authentication to update the subject with new principals.Realm.getEnroler()Returns an enroler that can add the user roles based on user principals.Methods in org.restlet.security with parameters of type EnrolerModifier and TypeMethodDescriptionvoidAuthenticator.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 EnrolerModifierConstructorDescriptionAuthenticator(Context context, boolean multiAuthenticating, boolean optional, Enroler enroler) Constructor.Authenticator(Context context, boolean optional, Enroler enroler) Constructor.Constructor.