Searched defs:namespace (Results 1 - 25 of 69) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAction.java137 * @param namespace The attribute "namespace" of
143 public Action(String namespace, String action) throws SAMLException { argument
144 if (namespace == null || namespace.length() == 0) {
150 _namespace = namespace;
172 *Check if the input action string is valid within its specified namespace.
174 *@param nameSpace The Actions element's namespace. There are four
241 * specified name space. If the namespace param is not one of the
244 private boolean isValid(String action, String namespace) { argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAction.java137 * @param namespace The attribute "namespace" of
143 public Action(String namespace, String action) throws SAMLException { argument
144 if (namespace == null || namespace.length() == 0) {
150 _namespace = namespace;
172 *Check if the input action string is valid within its specified namespace.
174 *@param nameSpace The Actions element's namespace. There are four
241 * specified name space. If the namespace param is not one of the
244 private boolean isValid(String action, String namespace) { argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java63 private String namespace = null; field in class:ActionImpl
91 namespace = ((Attr)att).getValue().trim();
94 if (namespace == null || namespace.length() == 0) {
214 return namespace;
231 namespace = value;
250 * @param includeNS Determines whether or not the namespace qualifier is
252 * @param declareNS Determines whether or not the namespace is declared
270 if (namespace == null || namespace
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java63 private String namespace = null; field in class:ActionImpl
91 namespace = ((Attr)att).getValue().trim();
94 if (namespace == null || namespace.length() == 0) {
214 return namespace;
231 namespace = value;
250 * @param includeNS Determines whether or not the namespace qualifier is
252 * @param declareNS Determines whether or not the namespace is declared
270 if (namespace == null || namespace
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java158 String namespace = null;
162 namespace = tokenizer.nextToken();
197 attributes.add(getSAMLAttribute(namespace, samlAttribute, attributeValues));
218 protected Attribute getSAMLAttribute(String namespace, String name, Set<String> values) throws WSFederationException { argument
224 if (namespace == null) {
225 namespace = WSFederationConstants.CLAIMS_URI;
242 attribute = new Attribute(name, namespace, list);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v7/src/main/java/org/forgerock/openam/agents/jboss/install/
H A DConfigXMLBase.java218 private XMLElement getSubsystemForNamespace(XMLElement xmlRoot, String namespace) { argument
224 if (xmlns != null && xmlns.startsWith(namespace)) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js58 * The YAHOO global namespace object. If YAHOO is already defined, the
68 * Returns the namespace specified and creates it if it doesn't exist
70 * YAHOO.namespace("property.package");
71 * YAHOO.namespace("YAHOO.property.package");
79 * YAHOO.namespace("really.long.nested.namespace");
83 * @method namespace
86 * @return {Object} A reference to the last namespace object created
88 YAHOO.namespace = function() {
325 YAHOO.namespace("uti
[all...]
H A Dyahoo-min.js9 YAHOO.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=YAHOO;for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}
15 return o;}();(function(){YAHOO.namespace("util","widget","example");if(typeof YAHOO_config!="undefined"){var l=YAHOO_config.listener,ls=YAHOO.env.listeners,unique=true,i;if(l){for(i=0;i<ls.length;i=i+1){if(ls[i]==l){unique=false;break;}}
H A Dyahoo.js58 * The YAHOO global namespace object. If YAHOO is already defined, the
68 * Returns the namespace specified and creates it if it doesn't exist
70 * YAHOO.namespace("property.package");
71 * YAHOO.namespace("YAHOO.property.package");
79 * YAHOO.namespace("really.long.nested.namespace");
83 * @method namespace
86 * @return {Object} A reference to the last namespace object created
88 YAHOO.namespace = function() {
325 YAHOO.namespace("uti
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js58 * The YAHOO global namespace object. If YAHOO is already defined, the
68 * Returns the namespace specified and creates it if it doesn't exist
70 * YAHOO.namespace("property.package");
71 * YAHOO.namespace("YAHOO.property.package");
79 * YAHOO.namespace("really.long.nested.namespace");
83 * @method namespace
86 * @return {Object} A reference to the last namespace object created
88 YAHOO.namespace = function() {
325 YAHOO.namespace("uti
[all...]
H A Dyahoo-min.js9 YAHOO.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=YAHOO;for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}
15 return o;}();(function(){YAHOO.namespace("util","widget","example");if(typeof YAHOO_config!="undefined"){var l=YAHOO_config.listener,ls=YAHOO.env.listeners,unique=true,i;if(l){for(i=0;i<ls.length;i=i+1){if(ls[i]==l){unique=false;break;}}
H A Dyahoo.js58 * The YAHOO global namespace object. If YAHOO is already defined, the
68 * Returns the namespace specified and creates it if it doesn't exist
70 * YAHOO.namespace("property.package");
71 * YAHOO.namespace("YAHOO.property.package");
79 * YAHOO.namespace("really.long.nested.namespace");
83 * @method namespace
86 * @return {Object} A reference to the last namespace object created
88 YAHOO.namespace = function() {
325 YAHOO.namespace("uti
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js9 YAHOO.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=YAHOO;for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}
15 return o;}();(function(){YAHOO.namespace("util","widget","example");if(typeof YAHOO_config!="undefined"){var l=YAHOO_config.listener,ls=YAHOO.env.listeners,unique=true,i;if(l){for(i=0;i<ls.length;i=i+1){if(ls[i]==l){unique=false;break;}}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js9 YAHOO.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=YAHOO;for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}
15 return o;}();(function(){YAHOO.namespace("util","widget","example");if(typeof YAHOO_config!="undefined"){var l=YAHOO_config.listener,ls=YAHOO.env.listeners,unique=true,i;if(l){for(i=0;i<ls.length;i=i+1){if(ls[i]==l){unique=false;break;}}
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...
H A Dxml-apis.jar ... .MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/xml/parsers/ javax/xml/transform/ javax/xml/transform/dom ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...
H A Dxml-apis.jar ... .MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/xml/parsers/ javax/xml/transform/ javax/xml/transform/dom ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jar ... .apache.xpath.functions.Function func String namespace String arg String prefix String namespace } org/apache/xalan/extensions ...

Completed in 110 milliseconds

123