Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.security |
Classes related to security.
|
Modifier and Type | Method and Description |
---|---|
Enroler |
Context.getDefaultEnroler()
Returns an enroler that can add the user roles based on authenticated
user principals.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setDefaultEnroler(Enroler enroler)
Sets an enroler that can add the user roles based on authenticated user
principals.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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.
|
Copyright © 2005-2024 Restlet.