Searched defs:module (Results 1 - 25 of 74) sorted by relevance

123

/forgerock/openam-v13/openam-ui/openam-ui-ria/
H A Dkarma.conf.js0 module.exports = function (config) {
H A DGruntfile.js17 /* global module, require, process */
37 module.exports = function (grunt) {
/forgerock/openidm-v4/openidm-ui/
H A DGruntfile.js17 module.exports = function(grunt) {
/forgerock/openam/openam-ui/openam-ui-api/
H A DGruntfile.js16 module.exports = function (grunt) {
/forgerock/openam/openam-ui/openam-ui-ria/
H A Dkarma.conf.js0 module.exports = function (config) {
H A D.eslintrc.js0 module.exports = {
9 sourceType: "module",
H A DGruntfile.js17 /* global module, require, process */
37 module.exports = function (grunt) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DSurrogateBase.java36 public SurrogateBase(Module module) { argument
37 super(module);
H A DModuleList.java45 * Note that if a <code>Module</code> is registered with the same module
49 * @param module to be registered.
51 * register a <code>Module</code> with the same module code as an already
54 public static void addRegisteredModule(Module module) { argument
56 new Integer(module.getModuleCode()), module);
61 + module);
65 + module.toString());
73 * @param code the module code associated with the <code>Module</code> to
76 * @return the associated <code>Module</code> with the given module cod
[all...]
H A DModuleAccess.java42 * <code>module</code>.
44 * @param module whoes services will be exposed.
46 public ModuleAccess(Module module) { argument
47 setModule(module);
143 private void setModule(Module module) { argument
144 _module = module;
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/policy/
H A DTokenUtils.java67 String password, String module, int level)
74 if (module != null) {
75 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
66 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DPatternMatcher.java45 public PatternMatcher(Module module) { argument
46 super(module);
H A DProfileAttributeHelper.java56 public ProfileAttributeHelper(Module module) { argument
57 super(module);
H A DURLPatternMatcher.java52 public URLPatternMatcher(Module module) { argument
53 super(module);
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/samples/policy/
H A DTokenUtils.java57 String password, String module, int level)
64 if (module != null) {
65 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
56 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/xacml/client/
H A DTokenUtils.java56 String password, String module, int level)
63 if (module != null) {
64 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
55 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/openidm-v4/openidm-authnfilter/src/test/java/org/forgerock/openidm/auth/modules/
H A DDelegatedAuthModuleTest.java49 private DelegatedAuthModule module; field in class:DelegatedAuthModuleTest
59 module = new DelegatedAuthModule(authenticatorFactory, IDMAuthModule.DELEGATED);
60 module.initialize(null, null, null, json(object(field("queryOnResource", ""))).asMap());
78 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
102 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
126 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
150 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
183 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
215 AuthStatus authStatus = module.validateRequest(messageInfo, clientSubject, serviceSubject)
231 AuthStatus authStatus = module
[all...]
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/samples/policy/
H A DTokenUtils.java57 String password, String module, int level)
64 if (module != null) {
65 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
56 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/xacml/client/
H A DTokenUtils.java56 String password, String module, int level)
63 if (module != null) {
64 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
55 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/openam/openam-test/src/test/java/com/sun/identity/policy/
H A DTokenUtils.java67 String password, String module, int level)
74 if (module != null) {
75 ac.login(AuthContext.IndexType.MODULE_INSTANCE, module);
66 getSessionToken(String orgName, String userId, String password, String module, int level) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DAuthServiceConfigInfo.java52 AuthServiceConfigInfo(String org, String module, String port, argument
56 moduleName = module;
H A DGatewayServletUtils.java54 public GatewayServletUtils (ServiceConfigManager scm, String module) { argument
56 CERT_PORT_ATTR = "iplanet-am-auth-" + module.toLowerCase() +
58 moduleName = module;
134 // Get the port number for Cert module
178 * This method is used to retrieve port number of Cert auth module.
186 * This method is used to retrieve Auth Level of Cert auth module.
194 * This method is used to retrieve Auth Level of Cert auth module.
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModule.java65 /** Delegated auth module using an {@link Authenticator} */
73 public AsyncServerAuthModule newInstance(AuthenticatorFactory authenticatorFactory, IDMAuthModule module) {
74 return new DelegatedAuthModule(authenticatorFactory, module);
129 public AsyncServerAuthModule newInstance(AuthenticatorFactory authenticatorFactory, IDMAuthModule module) { argument
130 // ignore the module enum
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DAuthServiceConfigInfo.java52 AuthServiceConfigInfo(String org, String module, String port, argument
56 moduleName = module;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAuthConfigurationEntry.java43 private String module = null; field in class:AuthConfigurationEntry
50 * @param module Login Module class name example
55 * @throws AMConfigurationException if module or flag is null or flag is
58 public AuthConfigurationEntry(String module, String flag, String options) argument
60 checkModule(module);
62 this.module = module;
89 // set module
90 this.module = value.substring(0, pos);
110 return module
173 checkModule(String module) argument
[all...]

Completed in 92 milliseconds

123