Searched refs:childName (Results 1 - 25 of 159) sorted by relevance

1234567

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthActionTiledView.java56 String childName = event.getChildName();
58 if (childName.indexOf(AuthConfigViewBean.MODULE_NAME) != -1) {
59 display = displayModuleNameMenu(childName, rowIndex);
60 } else if (childName.indexOf(AuthConfigViewBean.CRITERIA) != -1) {
61 display = displayCriteriaMenu(childName,rowIndex);
63 childName.indexOf(AuthConfigViewBean.OPTION_FIELD) != -1)
65 display = displayTextFieldAction(childName, rowIndex);
73 String childName,
79 CCDropDownMenu list = (CCDropDownMenu)getChild(childName);
95 String childName,
72 displayCriteriaMenu( String childName, int index ) argument
94 displayModuleNameMenu( String childName, int index ) argument
127 displayTextFieldAction( String childName, int index ) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthActionTiledView.java56 String childName = event.getChildName();
58 if (childName.indexOf(AuthConfigViewBean.MODULE_NAME) != -1) {
59 display = displayModuleNameMenu(childName, rowIndex);
60 } else if (childName.indexOf(AuthConfigViewBean.CRITERIA) != -1) {
61 display = displayCriteriaMenu(childName,rowIndex);
63 childName.indexOf(AuthConfigViewBean.OPTION_FIELD) != -1)
65 display = displayTextFieldAction(childName, rowIndex);
73 String childName,
79 CCDropDownMenu list = (CCDropDownMenu)getChild(childName);
95 String childName,
72 displayCriteriaMenu( String childName, int index ) argument
94 displayModuleNameMenu( String childName, int index ) argument
127 displayTextFieldAction( String childName, int index ) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java65 String childName = event.getChildName();
72 if (childName.indexOf(RuleOpViewBeanBase.TBL_ACTIONS_RADIO_VALUE)
75 actionSchema, childName, type, syntax);
76 } else if (childName.indexOf(
79 actionSchema, childName, type, syntax);
80 } else if (childName.indexOf(
83 actionSchema, childName, type, syntax);
84 } else if (childName.indexOf(
87 actionSchema, childName, type, syntax);
88 } else if (childName
115 displayRadioAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
148 displaySingleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
179 displayEditableListAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
203 displayMultipleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
247 displayTextFieldAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
261 displayBooleanAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
285 displayPasswordAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
303 displayTextAreaAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
[all...]
H A DReferralOpViewBeanBase.java278 String childName = event.getChildName();
282 if ((childName.indexOf(LBL_FILTER) != -1) ||
283 (childName.indexOf(BTN_FILTER) != -1) ||
284 (childName.indexOf(FILTER) != -1)
288 } else if (childName.indexOf(VALUES_TEXT_VALUE) != -1) {
294 CCTextField tf = (CCTextField)getChild(childName);
298 childName);
302 } else if (childName.indexOf(VALUES_SINGLE_CHOICE_VALUE) != -1) {
308 CCSelect child = (CCSelect)getChild(childName);
316 childName);
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java65 String childName = event.getChildName();
72 if (childName.indexOf(RuleOpViewBeanBase.TBL_ACTIONS_RADIO_VALUE)
75 actionSchema, childName, type, syntax);
76 } else if (childName.indexOf(
79 actionSchema, childName, type, syntax);
80 } else if (childName.indexOf(
83 actionSchema, childName, type, syntax);
84 } else if (childName.indexOf(
87 actionSchema, childName, type, syntax);
88 } else if (childName
115 displayRadioAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
148 displaySingleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
179 displayEditableListAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
203 displayMultipleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
247 displayTextFieldAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
261 displayBooleanAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
285 displayPasswordAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
303 displayTextAreaAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
[all...]
H A DReferralOpViewBeanBase.java278 String childName = event.getChildName();
282 if ((childName.indexOf(LBL_FILTER) != -1) ||
283 (childName.indexOf(BTN_FILTER) != -1) ||
284 (childName.indexOf(FILTER) != -1)
288 } else if (childName.indexOf(VALUES_TEXT_VALUE) != -1) {
294 CCTextField tf = (CCTextField)getChild(childName);
298 childName);
302 } else if (childName.indexOf(VALUES_SINGLE_CHOICE_VALUE) != -1) {
308 CCSelect child = (CCSelect)getChild(childName);
316 childName);
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsTiledView.java54 String childName = event.getChildName();
60 if (childName.equals(
64 } else if (childName.equals(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsTiledView.java54 String childName = event.getChildName();
60 if (childName.equals(
64 } else if (childName.equals(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java185 String childName = child.getLocalName();
186 if ((childName == null) || (!childName.
213 childName = child.getLocalName();
214 if ((childName != null) &&
215 (childName.equals(XACMLConstants.RESOURCE) || childName.
218 if (childName.equals(XACMLConstants.SUBJECT)) {
232 } else if (childName.equals(XACMLConstants.SUBJECT)) {
243 } else if ((childName !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java185 String childName = child.getLocalName();
186 if ((childName == null) || (!childName.
213 childName = child.getLocalName();
214 if ((childName != null) &&
215 (childName.equals(XACMLConstants.RESOURCE) || childName.
218 if (childName.equals(XACMLConstants.SUBJECT)) {
232 } else if (childName.equals(XACMLConstants.SUBJECT)) {
243 } else if ((childName !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java235 String childName = child.getLocalName();
236 if ((childName == null) || (!childName.equals(ASSERTION_ISSUER))) {
256 childName = child.getLocalName();
257 if ((childName != null) &&
258 childName.equals(ASSERTION_SIGNATURE)) {
270 childName = child.getLocalName();
276 if ((childName != null) &&
277 childName.equals(ASSERTION_SUBJECT)) {
289 childName
[all...]
H A DSubjectImpl.java160 String childName = child.getLocalName();
161 if (childName != null) {
162 if (childName.equals(SUBJECT_CONFIRMATION_ELEMENT)) {
165 } else if (childName.equals(BASE_ID_ELEMENT)) {
168 } else if (childName.equals(NAME_ID_ELEMENT)) {
171 } else if (childName.equals(ENCRYPTED_ID_ELEMENT)) {
176 + "unexpected subelement " + childName);
190 childName = child.getLocalName();
191 if (childName != null) {
192 if (childName
[all...]
H A DSubjectConfirmationImpl.java166 String childName = child.getLocalName();
167 if (childName != null) {
168 if (childName.equals(SUBJECT_CONFIRMATION_DATA_ELEMENT)) {
171 } else if (childName.equals(BASE_ID_ELEMENT)) {
174 } else if (childName.equals(NAME_ID_ELEMENT)) {
177 } else if (childName.equals(ENCRYPTED_ID_ELEMENT)) {
183 + "unexpected subelement " + childName);
H A DAudienceRestrictionImpl.java143 String childName = child.getLocalName();
144 if (childName != null) {
145 if (childName.equals(AUDIENCE_ELEMENT)) {
151 + "unexpected subelement " + childName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java237 String childName = child.getLocalName();
238 if ((childName == null) || (!childName.equals(ASSERTION_ISSUER))) {
258 childName = child.getLocalName();
259 if ((childName != null) &&
260 childName.equals(ASSERTION_SIGNATURE)) {
272 childName = child.getLocalName();
278 if ((childName != null) &&
279 childName.equals(ASSERTION_SUBJECT)) {
291 childName
[all...]
H A DSubjectImpl.java160 String childName = child.getLocalName();
161 if (childName != null) {
162 if (childName.equals(SUBJECT_CONFIRMATION_ELEMENT)) {
165 } else if (childName.equals(BASE_ID_ELEMENT)) {
168 } else if (childName.equals(NAME_ID_ELEMENT)) {
171 } else if (childName.equals(ENCRYPTED_ID_ELEMENT)) {
176 + "unexpected subelement " + childName);
190 childName = child.getLocalName();
191 if (childName != null) {
192 if (childName
[all...]
H A DSubjectConfirmationImpl.java166 String childName = child.getLocalName();
167 if (childName != null) {
168 if (childName.equals(SUBJECT_CONFIRMATION_DATA_ELEMENT)) {
171 } else if (childName.equals(BASE_ID_ELEMENT)) {
174 } else if (childName.equals(NAME_ID_ELEMENT)) {
177 } else if (childName.equals(ENCRYPTED_ID_ELEMENT)) {
183 + "unexpected subelement " + childName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java97 String childName = child.getLocalName();
98 if (childName == null) {
102 if(childName.equals("AuthnContextClassRef")) {
110 } else if(childName.equals("AuthnContextStatementRef")) {
119 } else if(childName.equals("AuthenticationContextStatement")) {
H A DIDPEntries.java187 String childName;
191 if ((childName = child.getLocalName()) != null) {
192 if (childName.equals("IDPEntry")) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java97 String childName = child.getLocalName();
98 if (childName == null) {
102 if(childName.equals("AuthnContextClassRef")) {
110 } else if(childName.equals("AuthnContextStatementRef")) {
119 } else if(childName.equals("AuthenticationContextStatement")) {
H A DIDPEntries.java187 String childName;
191 if ((childName = child.getLocalName()) != null) {
192 if (childName.equals("IDPEntry")) {
/forgerock/openam-v13/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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java100 String childName;
104 if ((childName = child.getLocalName()) != null) {
105 if (childName.equals(IFSConstants.GET_COMPLETE)) {
111 }else if (childName.equals(IFSConstants.IDP_ENTRIES)) {
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")) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java100 String childName;
104 if ((childName = child.getLocalName()) != null) {
105 if (childName.equals(IFSConstants.GET_COMPLETE)) {
111 }else if (childName.equals(IFSConstants.IDP_ENTRIES)) {

Completed in 87 milliseconds

1234567