Searched refs:tagName (Results 1 - 25 of 190) sorted by relevance

12345678

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java84 String tagName = currentNode.getLocalName();
86 if ((tagName == null) || tagName.length() == 0 ||
97 if (tagName.equals("Subject") &&
113 } else if (tagName.equals("Attribute") &&
133 "wrong element:" + tagName);
H A DAuthenticationStatement.java143 String tagName = currentNode.getLocalName();
145 if ((tagName == null) || tagName.length() == 0 ||
156 if (tagName.equals("Subject") &&
169 } else if (tagName.equals("SubjectLocality") &&
184 } else if (tagName.equals("AuthorityBinding") &&
204 "Wrong element " + tagName + "included.");
H A DAuthorizationDecisionStatementBase.java215 String tagName = currentNode.getLocalName();
217 if ((tagName == null) || tagName.length() == 0 ||
228 if (tagName.equals("Subject") &&
242 } else if (tagName.equals("Action") &&
258 } else if (tagName.equals("Evidence") &&
265 "wrong element:" + tagName);
H A DAdviceBase.java85 String tagName = currentNode.getLocalName();
87 if ((tagName == null) || tagName.length() == 0 ||
97 if (tagName.equals("AssertionIDReference") &&
114 } else if (tagName.equals("Assertion") &&
H A DAttribute.java128 String tagName = currentNode.getLocalName();
130 if ((tagName == null) || tagName.length() == 0 ||
140 if (tagName.equals("AttributeValue") &&
158 "wrong element:" + tagName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java84 String tagName = currentNode.getLocalName();
86 if ((tagName == null) || tagName.length() == 0 ||
97 if (tagName.equals("Subject") &&
113 } else if (tagName.equals("Attribute") &&
133 "wrong element:" + tagName);
H A DAuthenticationStatement.java143 String tagName = currentNode.getLocalName();
145 if ((tagName == null) || tagName.length() == 0 ||
156 if (tagName.equals("Subject") &&
169 } else if (tagName.equals("SubjectLocality") &&
184 } else if (tagName.equals("AuthorityBinding") &&
204 "Wrong element " + tagName + "included.");
H A DAuthorizationDecisionStatementBase.java215 String tagName = currentNode.getLocalName();
217 if ((tagName == null) || tagName.length() == 0 ||
228 if (tagName.equals("Subject") &&
242 } else if (tagName.equals("Action") &&
258 } else if (tagName.equals("Evidence") &&
265 "wrong element:" + tagName);
H A DAdviceBase.java85 String tagName = currentNode.getLocalName();
87 if ((tagName == null) || tagName.length() == 0 ||
97 if (tagName.equals("AssertionIDReference") &&
114 } else if (tagName.equals("Assertion") &&
H A DAttribute.java128 String tagName = currentNode.getLocalName();
130 if ((tagName == null) || tagName.length() == 0 ||
140 if (tagName.equals("AttributeValue") &&
158 "wrong element:" + tagName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java203 String tagName = currentNode.getLocalName();
205 if ((tagName == null) || tagName.length() == 0 ||
215 if (tagName.equals("SessionSubject") &&
239 } else if (tagName.equals("ProviderID") &&
253 } else if (tagName.equals("AuthnContext") &&
281 "Wrong element " + tagName + " included.");
H A DSessionContextStatement.java141 String tagName = currentNode.getLocalName();
143 if ((tagName == null) || tagName.length() == 0 ||
153 if (tagName.equals("Subject") &&
167 } else if (tagName.equals("ProxySubject") &&
181 } else if (tagName.equals("SessionContext") &&
198 + "Wrong element " + tagName + " included.");
H A DResourceAccessStatement.java96 String tagName = currentNode.getLocalName();
98 if ((tagName == null) || tagName.length() == 0 ||
108 if (tagName.equals("Subject") &&
121 } else if (tagName.equals("ResourceID") &&
138 } else if (tagName.equals("EncryptedResourceID") &&
156 } else if (tagName.equals("ProxySubject") &&
170 } else if (tagName.equals("SessionContext") &&
187 "Wrong element " + tagName + "included.");
H A DSecurityUtils.java425 String tagName = currentNode.getLocalName();
430 if (tagName.equals("P")) {
432 } else if (tagName.equals("Q")) {
434 } else if (tagName.equals("G")) {
436 } else if (tagName.equals("Y")) {
468 String tagName = currentNode.getLocalName();
473 if (tagName.equals("Exponent")) {
475 } else if (tagName.equals("Modulus")){
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java205 String tagName = currentNode.getLocalName();
207 if ((tagName == null) || tagName.length() == 0 ||
217 if (tagName.equals("SessionSubject") &&
241 } else if (tagName.equals("ProviderID") &&
255 } else if (tagName.equals("AuthnContext") &&
283 "Wrong element " + tagName + " included.");
H A DSessionContextStatement.java141 String tagName = currentNode.getLocalName();
143 if ((tagName == null) || tagName.length() == 0 ||
153 if (tagName.equals("Subject") &&
167 } else if (tagName.equals("ProxySubject") &&
181 } else if (tagName.equals("SessionContext") &&
198 + "Wrong element " + tagName + " included.");
H A DResourceAccessStatement.java96 String tagName = currentNode.getLocalName();
98 if ((tagName == null) || tagName.length() == 0 ||
108 if (tagName.equals("Subject") &&
121 } else if (tagName.equals("ResourceID") &&
138 } else if (tagName.equals("EncryptedResourceID") &&
156 } else if (tagName.equals("ProxySubject") &&
170 } else if (tagName.equals("SessionContext") &&
187 "Wrong element " + tagName + "included.");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java199 private static int getArrayCount(Node node, String tagName) { argument
201 Node target = getNodeOfName(node, tagName);
218 private static Node getNodeOfName(Node node, String tagName) { argument
227 if (item.getNodeName().equals(tagName)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatusCode.java76 String tagName = statusCode.getLocalName();
77 if (!tagName.equals("StatusCode")) {
78 SAMLUtils.debug.message("StatusCode: Wrong input: " + tagName);
99 + " <StatusCode> in element " + tagName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java163 String tagName = (String)childMap.get(name);
164 if (tagName != null) {
165 if (tagName.equals(ORDERED_LIST)) {
167 } else if (tagName.equals(UNORDERED_LIST)) {
169 } else if (tagName.equals(MAP_LIST)) {
171 } else if (tagName.equals(GLOBAL_MAP_LIST)) {
173 } else if (tagName.equals(EDITABLE_LIST)) {
258 String tagName = node.getNodeName();
259 if (tagName.equals("attribute")) {
355 String tagName
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java163 String tagName = (String)childMap.get(name);
164 if (tagName != null) {
165 if (tagName.equals(ORDERED_LIST)) {
167 } else if (tagName.equals(UNORDERED_LIST)) {
169 } else if (tagName.equals(MAP_LIST)) {
171 } else if (tagName.equals(GLOBAL_MAP_LIST)) {
173 } else if (tagName.equals(EDITABLE_LIST)) {
258 String tagName = node.getNodeName();
259 if (tagName.equals("attribute")) {
355 String tagName
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java199 private static int getArrayCount(Node node, String tagName) { argument
201 Node target = getNodeOfName(node, tagName);
218 private static Node getNodeOfName(Node node, String tagName) { argument
227 if (item.getNodeName().equals(tagName)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatusCode.java76 String tagName = statusCode.getLocalName();
77 if (!tagName.equals("StatusCode")) {
78 SAMLUtils.debug.message("StatusCode: Wrong input: " + tagName);
99 + " <StatusCode> in element " + tagName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java206 String tagName = currentNode.getLocalName();
208 if ((tagName == null) || tagName.length() == 0 ||
217 if (tagName.equals(IFSConstants.AUTH_SUBJECT)) {
229 } else if (tagName.equals(IFSConstants.SUBJECT_LOCALITY)) {
242 } else if (tagName.equals(IFSConstants.AUTHN_CONTEXT) &&
258 } else if (tagName.equals(IFSConstants.AUTHORITY_BINDING)) {
276 + tagName + "included.");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java206 String tagName = currentNode.getLocalName();
208 if ((tagName == null) || tagName.length() == 0 ||
217 if (tagName.equals(IFSConstants.AUTH_SUBJECT)) {
229 } else if (tagName.equals(IFSConstants.SUBJECT_LOCALITY)) {
242 } else if (tagName.equals(IFSConstants.AUTHN_CONTEXT) &&
258 } else if (tagName.equals(IFSConstants.AUTHORITY_BINDING)) {
276 + tagName + "included.");

Completed in 294 milliseconds

12345678