/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | SubjectAttributesCollector.java | 91 * @param attrValue attribute value to check 100 String attrValue) throws EntitlementException; 97 hasAttribute( Subject subject, String attrName, String attrValue) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/fedlet/ag/ |
H A D | AssertionGen.java | 54 public String getResponse(String [] attrName, String [] attrValue){ argument 65 Assertion assertion = getAssertion(attrName, attrValue); 93 private Assertion getAssertion(String [] attrName, String [] attrValue) argument 114 assertion.setAttributeStatements(getAttributeList(attrName, attrValue)); 132 private List getAttributeList(String [] attrName, String [] attrValue) throws SAML2Exception{ argument 145 AttributeValueList.add(attrValue[i]);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/ |
H A D | IDPPExtensionContainer.java | 233 * @param attrValue Extension attribute value. 237 String attrName, String attrValue) throws IDPPException { 244 ext.setValue(attrValue); 236 getISExtension( String attrName, String attrValue) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/ |
H A D | IDPPExtensionContainer.java | 233 * @param attrValue Extension attribute value. 237 String attrName, String attrValue) throws IDPPException { 244 ext.setValue(attrValue); 236 getISExtension( String attrName, String attrValue) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/ |
H A D | PWResetQuestionModel.java | 68 * @param attrValue user attribute value 71 public String getPWQuestionTitleString(String attrValue); argument
|
H A D | PWResetQuestionModelImpl.java | 397 * @param attrValue user attribute value 400 public String getPWQuestionTitleString(String attrValue) { argument 402 obj[0] = attrValue;
|
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/ |
H A D | ServiceXMLBase.java | 188 String attrName, String attrValue) { 197 if (value.equals(attrValue)) { 187 getElement(XMLDocument xmlDoc, String elementName, String attrName, String attrValue) argument
|
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/ |
H A D | AgentRemoteConfigUtils.java | 219 String attrValue) { 237 if (attrValue != null) { 238 attrValue = attrValue.trim(); 242 if ((attrValue == null) || (attrValue.length() == 0) 243 || ((idx1 = attrValue.indexOf("=")) <= 0)) { 246 idx2 = attrValue.indexOf("["); 250 attrName = attrValue.substring(0, idx2); 251 attrValue 217 setProp(Properties prop, String attrName, String attrValue) argument [all...] |
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/tools/websphere/ |
H A D | GroupUpdateHandlerBase.java | 195 String attrName, String attrValue) { 204 if (value.equals(attrValue)) { 194 getElement(XMLElement parent, String elementName, String attrName, String attrValue) argument
|
H A D | ServerXMLBase.java | 98 String attrValue) { 110 getElement(parent, STR_PROC_SERVER, STR_NAME_ATTR, attrValue); 124 String attrName, String attrValue) { 133 if (value.equals(attrValue)) { 97 findServerProcElement(XMLElement parent, String attrValue) argument 123 getElement(XMLElement parent, String elementName, String attrName, String attrValue) argument
|
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/ |
H A D | TestAttributeEvaluator.java | 69 private String attrValue = "u1@sun.com"; field in class:TestAttributeEvaluator 105 set.add(attrValue); 108 AttributeSubject as = new AttributeSubject(attrName, attrValue);
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/ |
H A D | FakeByteStringIndex.java | 65 for (ByteString attrValue : attrValues) 67 add(attrValue); 71 void add(ByteString attrValue) throws DecodeException argument 73 for (ByteString key : index(attrValue)) 81 entries.add(attrValue); 85 private Collection<ByteString> index(ByteString attrValue) throws DecodeException argument 88 indexer.createKeys(Schema.getDefaultSchema(), attrValue, keys); 140 private String firstLine(ByteString attrValue) argument 142 return attrValue.toString().split("\\n")[0] + " ...";
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/ |
H A D | PWResetQuestionModel.java | 68 * @param attrValue user attribute value 71 public String getPWQuestionTitleString(String attrValue); argument
|
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/ |
H A D | TestAttributeEvaluator.java | 70 private String attrValue = "u1@sun.com"; field in class:TestAttributeEvaluator 110 set.add(attrValue); 113 AttributeSubject as = new AttributeSubject(attrName, attrValue);
|
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/ |
H A D | AMCertStore.java | 303 * @param attrValue 306 public static String setSearchFilter(String attrName, String attrValue) { argument 309 .append(attrValue).append(")").toString(); 361 String attrValue = CertUtils.getAttributeValue(cert.getIssuerX500Principal(), attrName); 363 if (attrValue == null) { 367 return getCertificate(ldapParam, attrName, attrValue); 380 String attrValue = CertUtils.getAttributeValue(cert.getSubjectX500Principal(), attrName); 383 if (attrValue == null) { 388 debug.message("Certificate - cn substring: " + attrValue); 391 c = getCertificate(ldapParam, attrName, attrValue); 406 getCertificate( AMLDAPCertStoreParameters ldapParam, String attrName, String attrValue) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/ |
H A D | JmxPrivilegeTestCase.java | 830 private void processModify(DN dn, ModificationType modType, String attrName, String attrValue) argument 832 ArrayList<Modification> mods = newModifications(modType, attrName, attrValue); 837 private ArrayList<Modification> newModifications(ModificationType modType, String attrName, String attrValue) argument 839 return newArrayList(new Modification(modType, Attributes.create(attrName, attrValue)));
|
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/ |
H A D | AMCertStore.java | 303 * @param attrValue 306 public static String setSearchFilter(String attrName, String attrValue) { argument 309 .append(attrValue).append(")").toString(); 361 String attrValue = CertUtils.getAttributeValue(cert.getIssuerX500Principal(), attrName); 363 if (attrValue == null) { 367 return getCertificate(ldapParam, attrName, attrValue); 380 String attrValue = CertUtils.getAttributeValue(cert.getSubjectX500Principal(), attrName); 383 if (attrValue == null) { 388 debug.message("Certificate - cn substring: " + attrValue); 391 c = getCertificate(ldapParam, attrName, attrValue); 406 getCertificate( AMLDAPCertStoreParameters ldapParam, String attrName, String attrValue) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | RebuildIndex.java | 754 private void addLdapAttribute(List<RawAttribute> attributes, String attrType, String attrValue) argument 756 attributes.add(new LDAPAttribute(attrType, attrValue));
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ |
H A D | AttrHistoricalMultipleTest.java | 368 private Modification newModification(ModificationType modType, String attrValue) argument 370 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
|
H A D | AttrHistoricalSingleTest.java | 290 private Modification newModification(ModificationType modType, String attrValue) argument 292 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
|
H A D | ModifyReplaySingleValuedAttributeTest.java | 115 String attrValue = it.hasNext() ? "\"" + it.next().toString() + "\" " : ""; 116 return modType + " " + attrValue + "t" + time; 402 private void initialValue(String attrValue) throws Exception argument 405 entry.applyModification(newModification(REPLACE, attrValue));
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 736 * @param attrValue The new value for the attribute 740 protected List<Modification> generatemods(String attrName, String attrValue) argument 742 Attribute attr = Attributes.create(attrName, attrValue);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 736 * @param attrValue The new value for the attribute 740 protected List<Modification> generatemods(String attrName, String attrValue) argument 742 Attribute attr = Attributes.create(attrName, attrValue);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 736 * @param attrValue The new value for the attribute 740 protected List<Modification> generatemods(String attrName, String attrValue) argument 742 Attribute attr = Attributes.create(attrName, attrValue);
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/ |
H A D | XMLUtils.java | 446 String attrName, String attrValue) { 452 attrValue)) 445 getNamedChildNode(Node parentNode, String childNodeName, String attrName, String attrValue) argument
|