Searched refs:AuthLoginModule (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DAbstractLoginModuleBinder.java29 * the AMLoginModule, with a constructor which takes an instance of a AuthLoginModule which the calls from the
38 private final AuthLoginModule authLoginModule;
43 * @param authLoginModule An instance of the AuthLoginModule.
45 public AbstractLoginModuleBinder(AuthLoginModule authLoginModule) {
51 * Initialize this AuthLoginModule.
53 * This is an abstract method, must be implemented by user's Login Module to initialize this AuthLoginModule with
54 * the relevant information. If this AuthLoginModule does not understand any of the data stored in sharedState or
59 * @param options The options specified in the login Configuration for this particular AuthLoginModule. It contains
73 * Return -1 if the login is successful, return 0 if the AuthLoginModule should be ignored.
77 * @return order of next state. Return -1 if authentication is successful, return 0 if the AuthLoginModule shoul
[all...]
H A DAuthLoginModule.java40 public abstract class AuthLoginModule { class
45 * Constructs an instance of the AuthLoginModule.
54 * Initialize this AuthLoginModule.
56 * This is an abstract method, must be implemented by user's Login Module to initialize this AuthLoginModule with
57 * the relevant information. If this AuthLoginModule does not understand any of the data stored in sharedState or
62 * @param options The options specified in the login Configuration for this particular AuthLoginModule. It contains
73 * Return -1 if the login is successful, return 0 if the AuthLoginModule should be ignored.
77 * @return order of next state. Return -1 if authentication is successful, return 0 if the AuthLoginModule should be
H A DJaspiAuthModuleWrapper.java45 public abstract class JaspiAuthModuleWrapper<T extends ServerAuthModule> extends AuthLoginModule
/forgerock/openam/openam-authentication/openam-auth-amster/src/main/java/org/forgerock/openam/authentication/modules/amster/
H A DAmsterAuthLoginModule.java27 import org.forgerock.openam.authentication.modules.common.AuthLoginModule;
31 * The {@link AuthLoginModule} for the {@link Amster} login module.
33 class AmsterAuthLoginModule extends AuthLoginModule {
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DAuthLoginModuleTest.java34 private AuthLoginModule authLoginModule;
43 authLoginModule = new AuthLoginModule() {
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DAbstractLoginModuleBinder.java30 * the AMLoginModule, with a constructor which takes an instance of a AuthLoginModule which the calls from the
37 private final AuthLoginModule authLoginModule;
43 * @param authLoginModule An instance of the AuthLoginModule.
45 public AbstractLoginModuleBinder(AuthLoginModule authLoginModule) {
51 * Initialize this AuthLoginModule.
53 * This is an abstract method, must be implemented by user's Login Module to initialize this AuthLoginModule with
54 * the relevant information. If this AuthLoginModule does not understand any of the data stored in sharedState or
59 * @param options The options specified in the login Configuration for this particular AuthLoginModule. It contains
74 * Return -1 if the login is successful, return 0 if the AuthLoginModule should be ignored.
78 * @return order of next state. Return -1 if authentication is successful, return 0 if the AuthLoginModule shoul
[all...]
H A DAuthLoginModule.java39 public abstract class AuthLoginModule { class
44 * Constructs an instance of the AuthLoginModule.
53 * Initialize this AuthLoginModule.
55 * This is an abstract method, must be implemented by user's Login Module to initialize this AuthLoginModule with
56 * the relevant information. If this AuthLoginModule does not understand any of the data stored in sharedState or
61 * @param options The options specified in the login Configuration for this particular AuthLoginModule. It contains
72 * Return -1 if the login is successful, return 0 if the AuthLoginModule should be ignored.
76 * @return order of next state. Return -1 if authentication is successful, return 0 if the AuthLoginModule should be
H A DJaspiAuthLoginModule.java36 public abstract class JaspiAuthLoginModule extends AuthLoginModule {
/forgerock/openam/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DAuthLoginModuleTest.java34 private AuthLoginModule authLoginModule;
43 authLoginModule = new AuthLoginModule() {

Completed in 70 milliseconds