Searched refs:module (Results 1 - 25 of 162) sorted by relevance

1234567

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/es6/
H A DnormaliseModule.jsm19 * @param {Object} module Module to unwrap if a ES6 module is found
21 * @module org/forgerock/openam/ui/common/util/es6/normaliseModule
23 export default function (module) {
24 if (module.__esModule) {
25 module = module.default;
27 return module;
/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/openam-ui/openam-ui-ria/
H A D.eslintrc.js0 module.exports = {
9 sourceType: "module",
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/conf/
H A Djaas.conf2 com.sun.security.auth.module.Krb5LoginModule required
/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...]
/forgerock/openam/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...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderImpl.java45 * to retrieve the names of authentication module services that are loaded by
56 * Provides a collection of authentication module service names that are
59 * module service name information.
61 * @return a <code>Set</code> of authentication module service names.
76 String module = (String) it.next();
77 int index = module.lastIndexOf(".");
79 module = module.substring(index + 1);
81 String serviceName = "iPlanetAMAuth" + module + "Service";
91 serviceName = "sunAMAuth" + module
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderImpl.java46 * to retrieve the names of authentication module services that are loaded by
57 * Provides a collection of authentication module service names that are
60 * module service name information.
62 * @return a <code>Set</code> of authentication module service names.
77 String module = (String) it.next();
78 int index = module.lastIndexOf(".");
80 module = module.substring(index + 1);
82 String serviceName = AMAuthConfigUtils.getModuleServiceName(module);
92 serviceName = "sunAMAuth" + module
[all...]
/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;
/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/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java71 // Create required delegate login module.
79 // Create requisite delegate login module.
87 // Create sufficient delegate login module.
95 // Create optional delegate login module.
113 * When a sufficient module succeeds and no preceding required or requisite modules have failed, the authentication
133 * Sufficient module failures are only noted when required or requisite modules within the chain are ignored or
134 * there are no required or requisite modules in the chain and no other module has succeeded in authentication.
155 * An authentication failure in a required module is thrown when the authentication chain completes.
164 // Sufficient module ignored to stop the chain completing early.
179 * An authentication failure in a requisite module i
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java71 // Create required delegate login module.
79 // Create requisite delegate login module.
87 // Create sufficient delegate login module.
95 // Create optional delegate login module.
113 * When a sufficient module succeeds and no preceding required or requisite modules have failed, the authentication
133 * Sufficient module failures are only noted when required or requisite modules within the chain are ignored or
134 * there are no required or requisite modules in the chain and no other module has succeeded in authentication.
155 * An authentication failure in a required module is thrown when the authentication chain completes.
164 // Sufficient module ignored to stop the chain completing early.
179 * An authentication failure in a requisite module i
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/history/
H A Dhistory-beta-debug.js12 * @module history
423 * Registers a new module.
426 * @param {string} module Non-empty string uniquely identifying the
427 * module you wish to register.
429 * module corresponding to its earliest history entry.
431 * state of the specified module has changed.
437 register: function ( module, initialState, onStateChange, obj, override ) {
442 if ( typeof module !== "string" || _trim( module ) === "" ||
448 if ( _modules[module] ) {
[all...]
H A Dhistory-beta-min.js24 return{onLoadEvent:new YAHOO.util.CustomEvent("onLoad"),register:function(module,initialState,onStateChange,obj,override){var scope;var wrappedFn;if(typeof module!=="string"||_trim(module)===""||typeof initialState!=="string"||typeof onStateChange!=="function"){throw new Error("Missing or invalid argument passed to YAHOO.util.History.register");}
25 if(_modules[module]){return;}
27 module=escape(module);initialState=escape(initialState);scope=null;if(override===true){scope=obj;}else{scope=override;}
28 wrappedFn=function(state){return onStateChange.call(scope,state,obj);};_modules[module]={name:module,initialState:initialState,currentState:initialState,onStateChange:wrappedFn};},initialize:function(iframeTarget){if(_initialized){return;}
32 YAHOO.util.Event.addListener(window,"load",_initialize);_initialized=true;},navigate:function(module,state){var currentStates;var moduleName;var moduleObj;var currentState;var states;if(typeof module!
[all...]
H A Dhistory-beta.js12 * @module history
423 * Registers a new module.
426 * @param {string} module Non-empty string uniquely identifying the
427 * module you wish to register.
429 * module corresponding to its earliest history entry.
431 * state of the specified module has changed.
437 register: function ( module, initialState, onStateChange, obj, override ) {
442 if ( typeof module !== "string" || _trim( module ) === "" ||
448 if ( _modules[module] ) {
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/history/
H A Dhistory-beta-debug.js12 * @module history
423 * Registers a new module.
426 * @param {string} module Non-empty string uniquely identifying the
427 * module you wish to register.
429 * module corresponding to its earliest history entry.
431 * state of the specified module has changed.
437 register: function ( module, initialState, onStateChange, obj, override ) {
442 if ( typeof module !== "string" || _trim( module ) === "" ||
448 if ( _modules[module] ) {
[all...]
H A Dhistory-beta-min.js24 return{onLoadEvent:new YAHOO.util.CustomEvent("onLoad"),register:function(module,initialState,onStateChange,obj,override){var scope;var wrappedFn;if(typeof module!=="string"||_trim(module)===""||typeof initialState!=="string"||typeof onStateChange!=="function"){throw new Error("Missing or invalid argument passed to YAHOO.util.History.register");}
25 if(_modules[module]){return;}
27 module=escape(module);initialState=escape(initialState);scope=null;if(override===true){scope=obj;}else{scope=override;}
28 wrappedFn=function(state){return onStateChange.call(scope,state,obj);};_modules[module]={name:module,initialState:initialState,currentState:initialState,onStateChange:wrappedFn};},initialize:function(iframeTarget){if(_initialized){return;}
32 YAHOO.util.Event.addListener(window,"load",_initialize);_initialized=true;},navigate:function(module,state){var currentStates;var moduleName;var moduleObj;var currentState;var states;if(typeof module!
[all...]
H A Dhistory-beta.js12 * @module history
423 * Registers a new module.
426 * @param {string} module Non-empty string uniquely identifying the
427 * module you wish to register.
429 * module corresponding to its earliest history entry.
431 * state of the specified module has changed.
437 register: function ( module, initialState, onStateChange, obj, override ) {
442 if ( typeof module !== "string" || _trim( module ) === "" ||
448 if ( _modules[module] ) {
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DAnyOfAuthzModule.java37 * This module takes a collection of authz modules and runs them, returning the first
50 * @param filters Filters appropriate to this aggregate module.
69 for (CrestAuthorizationModule module : filters) {
70 response = module.authorizeCreate(context, createRequest);
77 debug.warning("Execution exception thrown retrieving response from module", e);
92 for (CrestAuthorizationModule module : filters) {
93 response = module.authorizeRead(context, readRequest);
100 debug.warning("Execution exception thrown retrieving response from module", e);
116 for (CrestAuthorizationModule module : filters) {
117 response = module
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DAnyOfAuthzModule.java37 * This module takes a collection of authz modules and runs them, returning the first
50 * @param filters Filters appropriate to this aggregate module.
69 for (CrestAuthorizationModule module : filters) {
70 response = module.authorizeCreate(context, createRequest);
77 debug.warning("Execution exception thrown retrieving response from module", e);
92 for (CrestAuthorizationModule module : filters) {
93 response = module.authorizeRead(context, readRequest);
100 debug.warning("Execution exception thrown retrieving response from module", e);
116 for (CrestAuthorizationModule module : filters) {
117 response = module
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/
H A Dkarma.conf.js0 module.exports = function (config) {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Dtext.js11 define(['module'], function (module) {
23 masterConfig = (module.config && module.config()) || {};
79 * look like: module/name.ext!strip, where the !strip part is
156 //Name has format: some.module.filext!strip
196 //the resource has been optimized into a JS module. Fetch
197 //by the module name + extension, but do not include the
228 //Use own write() method to construct full module value.
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DModulesView.js49 "change input.select-module": "moduleSelected",
50 "click button.delete-module-button": "onDeleteSingle",
94 type: $.t("console.authentication.common.module")
152 _.each(values[1][0].result, function (module) {
155 if (link.module === module._id) {
156 module.chains = module.chains || [];
157 module.chains.push(chain._id);
161 module
[all...]

Completed in 79 milliseconds

1234567