Searched refs:childName (Results 26 - 50 of 159) sorted by relevance

1234567

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSubject.java137 String childName = child.getLocalName();
138 if (childName.equals("NameIdentifier")) {
141 } else if (childName.equals("SubjectConfirmation")) {
144 }else if (childName.equals("IDPProvidedNameIdentifier")) {
H A DFSAuthnRequestEnvelope.java128 String childName;
132 if ((childName = child.getLocalName()) != null) {
133 if (childName.equals(
137 } else if (childName.equals(IFSConstants.IDP_LIST)) {
139 } else if (childName.equals(IFSConstants.AUTHN_REQUEST)) {
141 } else if (childName.equals(IFSConstants.PROVIDER_ID)) {
143 } else if (childName.equals(IFSConstants.PROVIDER_NAME)) {
145 } else if (childName.equals(IFSConstants.IS_PASSIVE)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java94 String childName;
99 if ((childName = child.getLocalName()) != null) {
100 if (childName.equals("Subject")) {
113 + " wrong element:" + childName);
118 } // end childName != null
H A DAuthorizationDecisionQuery.java113 String childName;
118 if ((childName = child.getLocalName()) != null) {
119 if (childName.equals("Subject")) {
129 } else if (childName.equals("Action")) {
134 } else if (childName.equals("Evidence")) {
147 + "included wrong element:" + childName);
152 } // end childName != null
H A DStatus.java87 String childName;
92 if ((childName = child.getLocalName()) != null) {
93 if (childName.equals("StatusCode")) {
103 } else if (childName.equals("StatusMessage")) {
120 } else if (childName.equals("StatusDetail")) {
134 + " element:" + childName);
139 } // if childName != null
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAudienceRestrictionImpl.java143 String childName = child.getLocalName();
144 if (childName != null) {
145 if (childName.equals(AUDIENCE_ELEMENT)) {
151 + "unexpected subelement " + childName);
H A DAdviceImpl.java143 String childName = child.getLocalName();
144 if (childName != null) {
148 if (childName.equals(ASSERTION_ID_REF_ELEMENT)) {
151 } else if (childName.equals(
155 } else if (childName.equals(ASSERTION_ELEMENT)) {
158 } else if (childName.equals(
163 } else if (childName.equals(
H A DAuthnContextImpl.java154 String childName;
158 if ((childName = child.getLocalName()) != null) {
159 if (childName.equals("AuthnContextClassRef")) {
195 } else if (childName.equals("AuthnContextDecl")) {
218 } else if (childName.equals("AuthnContextDeclRef")) {
242 } else if (childName.equals("AuthenticatingAuthority")) {
261 +"parseElement: Invalid element:" + childName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java128 String childName;
132 if ((childName = child.getLocalName()) != null) {
133 if (childName.equals(
137 } else if (childName.equals(IFSConstants.IDP_LIST)) {
139 } else if (childName.equals(IFSConstants.AUTHN_REQUEST)) {
141 } else if (childName.equals(IFSConstants.PROVIDER_ID)) {
143 } else if (childName.equals(IFSConstants.PROVIDER_NAME)) {
145 } else if (childName.equals(IFSConstants.IS_PASSIVE)) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java144 String childName = args.get(argIndex++);
149 if (childName == null) {
161 childName = sresult.getValue();
168 } else if (childName.trim().length() == 0) {
170 new IllegalManagedObjectNameException(childName);
177 ManagedObject<?> child = result.getValue().getChild(r, childName);
266 String childName = args.get(argIndex++);
271 if (childName == null) {
283 childName = sresult.getValue();
290 } else if (childName
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java143 String childName = args.get(argIndex++);
148 if (childName == null) {
160 childName = sresult.getValue();
167 } else if (childName.trim().length() == 0) {
169 new IllegalManagedObjectNameException(childName);
176 ManagedObject<?> child = result.getValue().getChild(r, childName);
265 String childName = args.get(argIndex++);
270 if (childName == null) {
282 childName = sresult.getValue();
289 } else if (childName
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java144 String childName = args.get(argIndex++);
149 if (childName == null) {
161 childName = sresult.getValue();
168 } else if (childName.trim().length() == 0) {
170 new IllegalManagedObjectNameException(childName);
177 ManagedObject<?> child = result.getValue().getChild(r, childName);
266 String childName = args.get(argIndex++);
271 if (childName == null) {
283 childName = sresult.getValue();
290 } else if (childName
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java144 String childName = args.get(argIndex++);
149 if (childName == null) {
161 childName = sresult.getValue();
168 } else if (childName.trim().length() == 0) {
170 new IllegalManagedObjectNameException(childName);
177 ManagedObject<?> child = result.getValue().getChild(r, childName);
266 String childName = args.get(argIndex++);
271 if (childName == null) {
283 childName = sresult.getValue();
290 } else if (childName
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java143 String childName = args.get(argIndex++);
148 if (childName == null) {
160 childName = sresult.getValue();
167 } else if (childName.trim().length() == 0) {
169 new IllegalManagedObjectNameException(childName);
176 ManagedObject<?> child = result.getValue().getChild(r, childName);
265 String childName = args.get(argIndex++);
270 if (childName == null) {
282 childName = sresult.getValue();
289 } else if (childName
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthorizationDecisionQuery.java113 String childName;
118 if ((childName = child.getLocalName()) != null) {
119 if (childName.equals("Subject")) {
129 } else if (childName.equals("Action")) {
134 } else if (childName.equals("Evidence")) {
147 + "included wrong element:" + childName);
152 } // end childName != null
H A DStatus.java87 String childName;
92 if ((childName = child.getLocalName()) != null) {
93 if (childName.equals("StatusCode")) {
103 } else if (childName.equals("StatusMessage")) {
120 } else if (childName.equals("StatusDetail")) {
134 + " element:" + childName);
139 } // if childName != null
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DSubCommandHandler.java134 String childName = args.get(argIndex++);
139 if (childName == null) {
150 childName = sresult.getValue();
157 } else if (childName.trim().length() == 0) {
158 IllegalManagedObjectNameException e = new IllegalManagedObjectNameException(childName);
164 ManagedObject<?> child = result.getValue().getChild(r, childName);
243 String childName = args.get(argIndex++);
248 if (childName == null) {
259 childName = sresult.getValue();
266 } else if (childName
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectOpViewBeanBase.java334 String childName = event.getChildName();
338 if ((childName.indexOf(FILTER) != -1) ||
339 (childName.indexOf(LBL_FILTER) != -1) ||
340 (childName.indexOf(BTN_FILTER) != -1)
344 } else if (childName.indexOf(VALUES_TEXT_VALUE) != -1) {
348 value = (String)getDisplayFieldValue(childName);
357 CCTextField tf = (CCTextField)getChild(childName);
360 CCStaticTextField tf = (CCStaticTextField)getChild(childName);
363 } else if (childName.indexOf(VALUES_SINGLE_CHOICE_VALUE) != -1) {
366 setPossibleValues(childName);
399 setPossibleValues(String childName) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectOpViewBeanBase.java334 String childName = event.getChildName();
338 if ((childName.indexOf(FILTER) != -1) ||
339 (childName.indexOf(LBL_FILTER) != -1) ||
340 (childName.indexOf(BTN_FILTER) != -1)
344 } else if (childName.indexOf(VALUES_TEXT_VALUE) != -1) {
348 value = (String)getDisplayFieldValue(childName);
357 CCTextField tf = (CCTextField)getChild(childName);
360 CCStaticTextField tf = (CCStaticTextField)getChild(childName);
363 } else if (childName.indexOf(VALUES_SINGLE_CHOICE_VALUE) != -1) {
366 setPossibleValues(childName);
399 setPossibleValues(String childName) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java327 String childName = child.getLocalName();
328 if (childName.equals("Conditions"))
330 else if (childName.equals("Advice"))
332 else if (childName.equals("AuthenticationStatement")) {
335 else if (childName.equals("AuthorizationDecisionStatement")) {
339 else if (childName.equals("AttributeStatement")) {
342 else if (childName.equals("Signature")) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAdviceImpl.java143 String childName = child.getLocalName();
144 if (childName != null) {
148 if (childName.equals(ASSERTION_ID_REF_ELEMENT)) {
151 } else if (childName.equals(
155 } else if (childName.equals(ASSERTION_ELEMENT)) {
158 } else if (childName.equals(
163 } else if (childName.equals(
H A DAuthnContextImpl.java154 String childName;
158 if ((childName = child.getLocalName()) != null) {
159 if (childName.equals("AuthnContextClassRef")) {
195 } else if (childName.equals("AuthnContextDecl")) {
218 } else if (childName.equals("AuthnContextDeclRef")) {
242 } else if (childName.equals("AuthenticatingAuthority")) {
261 +"parseElement: Invalid element:" + childName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java150 String childName;
154 if ((childName = child.getLocalName()) != null) {
155 if (childName.equals("Issuer")) {
176 } else if (childName.equals("Signature")) {
194 } else if (childName.equals("Extensions")) {
212 } else if (childName.equals("Artifact")) {
226 + "Element: Invalid element:" + childName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionQueryImpl.java470 String childName;
474 if ((childName = child.getLocalName()) != null) {
475 if (childName.equals("Issuer")) {
500 } else if (childName.equals("Signature")) {
523 } else if (childName.equals("Extensions")) {
536 } else if (childName.equals("Request")) {
542 + "Element: Invalid element:" + childName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java327 String childName = child.getLocalName();
328 if (childName.equals("Conditions"))
330 else if (childName.equals("Advice"))
332 else if (childName.equals("AuthenticationStatement")) {
335 else if (childName.equals("AuthorizationDecisionStatement")) {
339 else if (childName.equals("AttributeStatement")) {
342 else if (childName.equals("Signature")) {

Completed in 64 milliseconds

1234567