Searched refs:obj (Results 351 - 375 of 907) sorted by relevance

<<11121314151617181920>>

/forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/main/js/config/validators/
H A DSelfServiceValidators.js22 var obj = {
123 return obj;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAMUserPasswordValidationPlugin.java99 String obj = st.nextToken();
100 if (userID.indexOf(obj) > -1) {
105 + obj);
106 errorString.append(obj).append(" ");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotCondition.java271 * @param obj object to check for equality
275 public boolean equals(Object obj) { argument
276 if (!super.equals(obj)) {
279 if (!getClass().equals(obj.getClass())) {
282 NotCondition object = (NotCondition) obj;
H A DStaticAttributes.java183 * @param obj object to check for equality
187 public boolean equals(Object obj) { argument
189 if (obj == null) {
192 if (!getClass().equals(obj.getClass())) {
196 StaticAttributes object = (StaticAttributes) obj;
H A DUserAttributes.java198 * @param obj object to check for equality.
202 public boolean equals(Object obj) { argument
203 if (obj == null) {
206 if (!getClass().equals(obj.getClass())) {
210 UserAttributes object = (UserAttributes) obj;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModelImpl.java188 Object obj = getPluginObject(realm, PW_RESET_OPTION);
191 if ((obj != null) && (obj instanceof PasswordGenerator)) {
192 PasswordGenerator pwGenerator = (PasswordGenerator)obj;
209 Object obj = null;
214 obj = c.newInstance();
226 return obj;
239 Object obj = getPluginObject(realm, PW_RESET_NOTIFICATION);
240 if ((obj != null) && (obj instanceo
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToRealmCondition.java186 public boolean equals(Object obj) { argument
187 if (!super.equals(obj)) {
190 if (!getClass().equals(obj.getClass())) {
194 AuthenticateToRealmCondition other = (AuthenticateToRealmCondition)obj;
H A DLDAPFilterCondition.java155 public boolean equals(Object obj) { argument
156 if (!super.equals(obj)) {
159 if (!getClass().equals(obj.getClass())) {
163 LDAPFilterCondition other = (LDAPFilterCondition)obj;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DAddChainView.js53 _.each(data.values.result, function (obj) {
54 chainsData.push(obj);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DISValidation.java74 String obj = (String) itr.next();
75 if (process(value, obj, 0, count) > -1) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyStoreRefresher.java63 public boolean addElement(Object obj) { argument
67 public boolean removeElement(Object obj) { argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java144 Object obj = iter.next();
145 if (obj instanceof SPSSODescriptorElement) {
149 } else if (obj instanceof IDPSSODescriptorElement) {
153 } else if (obj instanceof XACMLPDPDescriptorElement) {
157 } else if (obj instanceof
164 } else if (obj instanceof AttributeAuthorityDescriptorElement) {
169 } else if (obj instanceof AttributeQueryDescriptorElement){
173 } else if (obj instanceof AuthnAuthorityDescriptorElement) {
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/unittest/
H A DUnittestLog.java58 for(Object obj : buffer) {
59 System.out.println(obj);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java201 Object[] obj = {metaAlias, artifact.getAssertionArtifact(),
203 assertion = (String) stub.send("getAssertion", obj, null, null);
256 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
257 providerId = (String) stub.send("getDestIdForArtifact", obj,
302 Object[] obj = {userDN, metaAlias};
303 Boolean ret = (Boolean) stub.send("isUserExists", obj, null,
332 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
333 status = (String) stub.send("getErrorStatus", obj, null, null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DISValidation.java74 String obj = (String) itr.next();
75 if (process(value, obj, 0, count) > -1) {
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/unittest/
H A DUnittestLog.java58 for(Object obj : buffer) {
59 System.out.println(obj);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java201 Object[] obj = {metaAlias, artifact.getAssertionArtifact(),
203 assertion = (String) stub.send("getAssertion", obj, null, null);
256 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
257 providerId = (String) stub.send("getDestIdForArtifact", obj,
302 Object[] obj = {userDN, metaAlias};
303 Boolean ret = (Boolean) stub.send("isUserExists", obj, null,
332 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
333 status = (String) stub.send("getErrorStatus", obj, null, null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyStoreRefresher.java63 public boolean addElement(Object obj) { argument
67 public boolean removeElement(Object obj) { argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java144 Object obj = iter.next();
145 if (obj instanceof SPSSODescriptorElement) {
149 } else if (obj instanceof IDPSSODescriptorElement) {
153 } else if (obj instanceof XACMLPDPDescriptorElement) {
157 } else if (obj instanceof
164 } else if (obj instanceof AttributeAuthorityDescriptorElement) {
169 } else if (obj instanceof AttributeQueryDescriptorElement){
173 } else if (obj instanceof AuthnAuthorityDescriptorElement) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrStringView.js45 this.initBasic(data, element, `field-float-pattern data-obj ${cssClass}`);
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DMSSQLTableHandler.java78 "SELECT obj.* FROM "
80 + " obj INNER JOIN "
82 + " objtype ON obj.objecttypes_id = objtype.id"
83 + " AND objtype.objecttype = ? WHERE obj.objectid = ?");
85 "UPDATE obj SET obj.objectid = ?, obj.rev = ?, obj.fullobject = ? FROM "
86 + mainTable + " obj WHERE obj
96 update(String fullId, String type, String localId, String rev, Map<String, Object> obj, Connection connection) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java582 Object obj = iter.next();
584 values.addAll((Set) properties.get(obj));
585 theClone.properties.put(obj, values);
593 Object obj = iter.next();
595 values.addAll((Set) staticResponse.get(obj));
596 theClone.staticResponse.put(obj, values);
614 Object obj = iter.next();
616 values.addAll((Set) responseAttrToRepoAttr.get(obj));
617 theClone.responseAttrToRepoAttr.put(obj, values);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java582 Object obj = iter.next();
584 values.addAll((Set) properties.get(obj));
585 theClone.properties.put(obj, values);
593 Object obj = iter.next();
595 values.addAll((Set) staticResponse.get(obj));
596 theClone.staticResponse.put(obj, values);
614 Object obj = iter.next();
616 values.addAll((Set) responseAttrToRepoAttr.get(obj));
617 theClone.responseAttrToRepoAttr.put(obj, values);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DHostPort.java496 * @param obj
498 * @return {@code true} if this object is the same as the obj argument;
502 public boolean equals(Object obj) argument
504 if (obj == null)
506 if (obj == this)
508 if (getClass() != obj.getClass())
511 HostPort other = (HostPort) obj;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DHostPort.java496 * @param obj
498 * @return {@code true} if this object is the same as the obj argument;
502 public boolean equals(Object obj) argument
504 if (obj == null)
506 if (obj == this)
508 if (getClass() != obj.getClass())
511 HostPort other = (HostPort) obj;

Completed in 112 milliseconds

<<11121314151617181920>>