Searched defs:attrValue (Results 1 - 25 of 71) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectAttributesCollector.java91 * @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 DAssertionGen.java54 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 DIDPPExtensionContainer.java233 * @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 DIDPPExtensionContainer.java233 * @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 DPWResetQuestionModel.java68 * @param attrValue user attribute value
71 public String getPWQuestionTitleString(String attrValue); argument
H A DPWResetQuestionModelImpl.java397 * @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 DServiceXMLBase.java188 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 DAgentRemoteConfigUtils.java219 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 DGroupUpdateHandlerBase.java195 String attrName, String attrValue) {
204 if (value.equals(attrValue)) {
194 getElement(XMLElement parent, String elementName, String attrName, String attrValue) argument
H A DServerXMLBase.java98 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 DTestAttributeEvaluator.java69 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 DFakeByteStringIndex.java65 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 DPWResetQuestionModel.java68 * @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 DTestAttributeEvaluator.java70 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 DAMCertStore.java303 * @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 DJmxPrivilegeTestCase.java830 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 DAMCertStore.java303 * @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 DRebuildIndex.java754 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 DAttrHistoricalMultipleTest.java368 private Modification newModification(ModificationType modType, String attrValue) argument
370 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
H A DAttrHistoricalSingleTest.java290 private Modification newModification(ModificationType modType, String attrValue) argument
292 return new Modification(modType, Attributes.create(ATTRIBUTE_NAME, attrValue));
H A DModifyReplaySingleValuedAttributeTest.java115 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 DReplicationTestCase.java736 * @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 DReplicationTestCase.java736 * @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 DReplicationTestCase.java736 * @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 DXMLUtils.java446 String attrName, String attrValue) {
452 attrValue))
445 getNamedChildNode(Node parentNode, String childNodeName, String attrName, String attrValue) argument

Completed in 262 milliseconds

123