Searched refs:tag (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-distribution/src/main/amserver/diagnostics/services/webcontainer/config/
H A DBEAWeblogic.properties33 tag.javahome=JAVA_HOME
H A DIBMWebSphere.properties33 tag.javahome=JAVA_HOME
H A DSunApplicationServer.properties33 tag.javahome=AS_JAVA
H A DSunWebServer.properties33 tag.javahome=java-home
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertionIDReference.java62 String tag = null;
63 tag = element.getLocalName();
64 if ((tag == null) || (!tag.equals("AssertionIDReference"))) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertionIDReference.java62 String tag = null;
63 tag = element.getLocalName();
64 if ((tag == null) || (!tag.equals("AssertionIDReference"))) {
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DTag.java44 * An interface for querying the properties of a tag.
57 * Defines a new tag with the specified name.
60 * The name of the new tag.
63 Tag tag = new Tag(name);
65 // Register the tag.
66 tags.put(name, tag);
72 * Returns the tag associated with the specified name.
75 * The name of the tag.
76 * @return Returns the tag associated with the specified name.
78 * If the tag nam
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DTag.java45 * An interface for querying the properties of a tag.
58 * Defines a new tag with the specified name.
61 * The name of the new tag.
64 Tag tag = new Tag(name);
66 // Register the tag.
67 tags.put(name, tag);
73 * Returns the tag associated with the specified name.
76 * The name of the tag.
77 * @return Returns the tag associated with the specified name.
79 * If the tag nam
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DTag.java45 * An interface for querying the properties of a tag.
58 * Defines a new tag with the specified name.
61 * The name of the new tag.
64 Tag tag = new Tag(name);
66 // Register the tag.
67 tags.put(name, tag);
73 * Returns the tag associated with the specified name.
76 * The name of the tag.
77 * @return Returns the tag associated with the specified name.
79 * If the tag nam
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DTag.java44 * An interface for querying the properties of a tag.
57 * Defines a new tag with the specified name.
60 * The name of the new tag.
63 Tag tag = new Tag(name);
65 // Register the tag.
66 tags.put(name, tag);
72 * Returns the tag associated with the specified name.
75 * The name of the tag.
76 * @return Returns the tag associated with the specified name.
78 * If the tag nam
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DTag.java45 * An interface for querying the properties of a tag.
58 * Defines a new tag with the specified name.
61 * The name of the new tag.
64 Tag tag = new Tag(name);
66 // Register the tag.
67 tags.put(name, tag);
73 * Returns the tag associated with the specified name.
76 * The name of the tag.
77 * @return Returns the tag associated with the specified name.
79 * If the tag nam
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DTag.java44 * An interface for querying the properties of a tag.
57 * Defines a new tag with the specified name.
60 * The name of the new tag.
63 Tag tag = new Tag(name);
65 // Register the tag.
66 tags.put(name, tag);
72 * Returns the tag associated with the specified name.
75 * The name of the tag.
76 * @return Returns the tag associated with the specified name.
78 * If the tag nam
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DTag.java42 * An interface for querying the properties of a tag.
52 * Defines a new tag with the specified name.
55 * The name of the new tag.
58 Tag tag = new Tag(name);
60 // Register the tag.
61 TAGS.put(name, tag);
65 * Returns the tag associated with the specified name.
68 * The name of the tag.
69 * @return Returns the tag associated with the specified name.
71 * If the tag nam
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/propertysheet/
H A DCCPropertySheetTag.java158 CCTagBase tag = getCCTag(tagclassName);
159 tag.setName(viewName);
161 tag.setElementId(labelId);
165 CCCheckBoxTag cb = (CCCheckBoxTag)tag;
169 CCRadioButtonTag rb = (CCRadioButtonTag)tag;
177 if (tag instanceof BodyTag) {
188 parseValueChildNode(childNodeList.item(i), tag, bodyContent, options);
192 ((BodyTag)tag).setBodyContent(bodyContent);
200 if (tag.getBundleID() == null) {
201 tag
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/propertysheet/
H A DCCPropertySheetTag.java158 CCTagBase tag = getCCTag(tagclassName);
159 tag.setName(viewName);
161 tag.setElementId(labelId);
165 CCCheckBoxTag cb = (CCCheckBoxTag)tag;
169 CCRadioButtonTag rb = (CCRadioButtonTag)tag;
177 if (tag instanceof BodyTag) {
188 parseValueChildNode(childNodeList.item(i), tag, bodyContent, options);
192 ((BodyTag)tag).setBodyContent(bodyContent);
200 if (tag.getBundleID() == null) {
201 tag
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionSchemaGUI.java73 CCTagBase tag = getCCTag(req, CCTagClass.RADIOBUTTON);
74 tag.setName(viewName);
75 buff.append(tag.getHTMLString(parentTag, pageContext, view));
84 CCTagBase tag = null;
96 tag = (CCTagBase)tagclass.newInstance();
107 return tag;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionSchemaGUI.java73 CCTagBase tag = getCCTag(req, CCTagClass.RADIOBUTTON);
74 tag.setName(viewName);
75 buff.append(tag.getHTMLString(parentTag, pageContext, view));
84 CCTagBase tag = null;
96 tag = (CCTagBase)tagclass.newInstance();
107 return tag;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/anonymousProcess/
H A DSelfRegistrationView.js30 return response.type === "selfRegistration" && response.tag === "end" && destination === "login";
34 return response.type === "autoLoginStage" && response.tag === "end" && destination === "auto-login";
58 if (response.type === "kbaSecurityAnswerDefinitionStage" && response.tag === "initial") {
/forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/
H A DTestDevice.java38 public static File screenshot(Activity activity, String tag) { argument
39 File file = FalconSpoon.screenshot(activity, tag);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java111 String tag = null;
117 if ((tag = elem.getLocalName()) == null) {
122 if (tag.equals(AUTHENTICATE_REQUESTER)) {
125 } else if (tag.equals(AUTHORIZE_REQUESTER)) {
128 } else if (tag.equals(AUTHENTICATE_SESSION_CONTEXT)) {
131 } else if (tag.equals(ENCRYPT_RESOURCEID)) {
134 } else if (tag.equals(GENERATE_BEARER_TOKEN)) {
140 + tag);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java111 String tag = null;
117 if ((tag = elem.getLocalName()) == null) {
122 if (tag.equals(AUTHENTICATE_REQUESTER)) {
125 } else if (tag.equals(AUTHORIZE_REQUESTER)) {
128 } else if (tag.equals(AUTHENTICATE_SESSION_CONTEXT)) {
131 } else if (tag.equals(ENCRYPT_RESOURCEID)) {
134 } else if (tag.equals(GENERATE_BEARER_TOKEN)) {
140 + tag);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java70 String tag = null;
71 tag = element.getLocalName();
72 if ((tag == null) || (!tag.equals(elementName))) {
H A DEncryptedIDImpl.java75 String tag = null;
76 tag = element.getLocalName();
77 if ((tag == null) || (!tag.equals(elementName))) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java75 String tag = null;
76 tag = element.getLocalName();
77 if ((tag == null) || (!tag.equals(elementName))) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java70 String tag = null;
71 tag = element.getLocalName();
72 if ((tag == null) || (!tag.equals(elementName))) {

Completed in 177 milliseconds

1234567891011>>