Searched refs:obj (Results 101 - 125 of 907) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java52 * @param obj
58 public static ByteString convertValue(Object obj) argument
62 if (obj != null)
64 if (obj instanceof String)
66 bs = ByteString.valueOf((String)obj);
68 else if (obj instanceof byte [])
70 bs = ByteString.wrap((byte [])obj);
72 else if (obj instanceof URI)
78 is = ((URI) obj).toURL().openStream();
94 else if (obj instanceo
[all...]
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java53 * @param obj
59 public static ByteString convertValue(Object obj) argument
63 if (obj != null)
65 if (obj instanceof String)
67 bs = ByteString.valueOf((String)obj);
69 else if (obj instanceof byte [])
71 bs = ByteString.wrap((byte [])obj);
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
95 else if (obj instanceo
[all...]
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java53 * @param obj
59 public static ByteString convertValue(Object obj) argument
63 if (obj != null)
65 if (obj instanceof String)
67 bs = ByteString.valueOf((String)obj);
69 else if (obj instanceof byte [])
71 bs = ByteString.wrap((byte [])obj);
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
95 else if (obj instanceo
[all...]
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java52 * @param obj
58 public static ByteString convertValue(Object obj) argument
62 if (obj != null)
64 if (obj instanceof String)
66 bs = ByteString.valueOf((String)obj);
68 else if (obj instanceof byte [])
70 bs = ByteString.wrap((byte [])obj);
72 else if (obj instanceof URI)
78 is = ((URI) obj).toURL().openStream();
94 else if (obj instanceo
[all...]
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java53 * @param obj
59 public static ByteString convertValue(Object obj) argument
63 if (obj != null)
65 if (obj instanceof String)
67 bs = ByteString.valueOf((String)obj);
69 else if (obj instanceof byte [])
71 bs = ByteString.wrap((byte [])obj);
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
95 else if (obj instanceo
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/services/
H A DUMAService.js24 var obj = new AbstractDelegate(`${Constants.host}/${Constants.context}/json`);
26 obj.getUmaConfig = function () {
27 return obj.serviceCall({
38 obj.unshareAllResources = function () {
39 return obj.serviceCall({
48 obj.approveRequest = function (id, permissions) {
49 return obj.serviceCall({
61 obj.denyRequest = function (id) {
62 return obj.serviceCall({
72 obj
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/delegates/
H A DSMSRealmDelegate.js28 var obj = new AbstractDelegate(Constants.host + "/" + Constants.context + "/json"),
39 obj.authentication = {
44 obj.serviceCall({
49 obj.serviceCall({
61 return obj.serviceCall({
73 obj.serviceCall({
77 obj.serviceCall({
101 return obj.serviceCall({
113 obj.serviceCall({
117 obj
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/delegates/
H A DAuthNDelegate.js28 var obj = new AbstractDelegate(Constants.host + "/" + Constants.context + "/json/"),
32 obj.begin = function () {
61 return obj.serviceCall({
79 return obj.submitRequirements(errorBody).then(function (requirements) {
80 obj.resetProcess();
96 obj.handleRequirements = function (requirements) {
129 obj.submitRequirements = function (requirements) {
131 obj.handleRequirements(requirements);
136 obj.resetProcess();
147 return obj
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DResourceCollectionUtils.js28 var obj = {};
30 obj.resourceCollectionCache = {};
32 obj.displayTextDelimiter = ", ";
34 obj.getDisplayText = function(prop, item, resourceCollectionIndex){
37 validDisplayProps = _.reject(obj.autocompleteProps(prop, resourceCollectionIndex),function(p){
42 }).join(obj.displayTextDelimiter);
44 if(!obj.resourceCollectionCache[resourceKey]) {
45 obj.resourceCollectionCache[resourceKey] = txt;
51 obj.autocompleteProps = function(prop, resourceCollectionIndex, showRaw) {
63 obj
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DRealmHelper.js25 var obj = {};
34 obj.decorateURLWithOverrideRealm = function (uri) {
35 var overrideRealm = obj.getOverrideRealm(),
66 obj.decorateURIWithRealm = function (uri) {
67 uri = obj.decorateURIWithSubRealm(uri);
68 uri = obj.decorateURLWithOverrideRealm(uri);
80 obj.decorateURIWithSubRealm = function (uri) {
107 obj.getRealm = function () {
108 var realm = obj.getOverrideRealm() || obj
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DRealmHelper.js25 var obj = {};
34 obj.decorateURLWithOverrideRealm = function (uri) {
35 var overrideRealm = obj.getOverrideRealm(),
66 obj.decorateURIWithRealm = function (uri) {
67 uri = obj.decorateURIWithSubRealm(uri);
68 uri = obj.decorateURLWithOverrideRealm(uri);
80 obj.decorateURIWithSubRealm = function (uri) {
107 obj.getRealm = function () {
108 var realm = obj.getOverrideRealm() || obj
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginHelper.js31 var obj = new AbstractConfigurationAware();
33 obj.login = function (params, successCallback, errorCallback) {
44 _.each(requirements.callbacks, function (obj, i) {
53 obj.getLoggedUser(function (user) {
85 obj.getLoggedUser = function (successCallback, errorCallback) {
88 obj.removeSessionCookie();
98 obj.getSuccessfulLoginUrlParams = function () {
108 obj.setSuccessURL = function (tokenId) {
138 obj.filterUrlParams = function (params) {
145 obj
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DLinkQualifierUtils.js24 var obj = {};
26 obj.model = {
30 obj.checkLinkQualifier = function (mapping) {
59 obj.getLinkQualifier = function(mappingName) {
63 obj.setLinkQualifier = function(linkQualifier, mappingName) {
67 return obj;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DRedirectToLegacyConsole.js21 const obj = new AbstractDelegate(`${Constants.host}/${Constants.context}`);
23 obj.realm.redirectToTab(tab, realm);
26 obj.agents.redirectToTab(tab, realm);
29 obj.global = {
30 accessControl () { obj.global.redirectToTab(1); },
31 federation () { obj.global.redirectToTab(2); },
32 sessions () { obj.global.redirectToTab(5); },
34 obj.getJATOPageSession("/").done((session) => {
45 obj.getJATOPageSession("/").done((session) => {
59 obj
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DSyncDelegate.js30 var obj = new AbstractDelegate(constants.host + "/openidm/sync");
32 obj.performAction = function (reconId, mapping, action, sourceId, targetId, linkType) {
58 return obj.serviceCall({
64 obj.deleteLinks = function (linkType, id, ordinal) { // ordinal is either firstId or secondId
72 return obj.serviceCall({
78 deletePromises.push(obj.serviceCall({
94 obj.conditionAction = function (sourceObject, p) {
115 obj.translatePropertyToTarget = function (sourceObject, p) {
150 obj.translateToTarget = function(sourceObject, syncMappingConfig) {
154 return obj
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java85 * @param obj Element to be added to this InstantRunnable
89 public boolean addElement(Object obj) { argument
94 return actions.add(obj);
103 * @param obj Element to be removed from this InstantRunnable
107 public boolean removeElement(Object obj) { argument
110 boolean result = actions.remove(obj);
H A DPeriodicGroupRunnable.java71 * @param obj The object the function act on
74 public void doGroupAction(Object obj) { argument
76 target.doGroupAction(obj);
89 Object obj = iter.next();
90 doGroupAction(obj);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStatsRunner.java52 public boolean addElement(Object obj) { argument
54 return actions.add(obj);
66 public void doGroupAction(Object obj) { argument
67 ((StatsListener) obj).printStats();
/forgerock/openam-v13/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptivePrincipal.java71 * @param obj Object to be compared for equality with this
78 public boolean equals(Object obj) { argument
79 if (obj == null) {
82 if (getClass() != obj.getClass()) {
85 final AdaptivePrincipal other = (AdaptivePrincipal) obj;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/
H A Dmain-authorize.js95 _.each(data.oauth2Data.displayScopes, function (obj) {
96 if (_.isEmpty(obj.values)) {
97 delete obj.values;
99 return obj;
102 _.each(data.oauth2Data.displayClaims, function (obj) {
103 if (_.isEmpty(obj.values)) {
104 delete obj.values;
106 return obj;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java85 * @param obj Element to be added to this InstantRunnable
89 public boolean addElement(Object obj) { argument
94 return actions.add(obj);
103 * @param obj Element to be removed from this InstantRunnable
107 public boolean removeElement(Object obj) { argument
110 boolean result = actions.remove(obj);
H A DPeriodicGroupRunnable.java71 * @param obj The object the function act on
74 public void doGroupAction(Object obj) { argument
76 target.doGroupAction(obj);
89 Object obj = iter.next();
90 doGroupAction(obj);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStatsRunner.java52 public boolean addElement(Object obj) { argument
54 return actions.add(obj);
66 public void doGroupAction(Object obj) { argument
67 ((StatsListener) obj).printStats();
/forgerock/openam/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptivePrincipal.java71 * @param obj Object to be compared for equality with this
78 public boolean equals(Object obj) { argument
79 if (obj == null) {
82 if (getClass() != obj.getClass()) {
85 final AdaptivePrincipal other = (AdaptivePrincipal) obj;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DAuthenticationService.js29 const obj = new AbstractDelegate(`${Constants.host}/${Constants.context}/json`);
35 obj.authentication = {
37 return obj.serviceCall({
44 const serviceCall = (action) => obj.serviceCall({
58 const getSchema = () => obj.serviceCall({
64 const getValues = () => obj.serviceCall({
76 return obj.serviceCall({
84 return obj;

Completed in 97 milliseconds

1234567891011>>