Searched refs:prefixes (Results 1 - 25 of 55) sorted by relevance

123

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/collections/
H A DSimplePrefixSet.java26 * number of prefixes is relatively small.
29 private final List<String> prefixes; field in class:SimplePrefixSet
34 * @param prefixes the prefixes.
36 public SimplePrefixSet(Collection<String> prefixes) { argument
37 this.prefixes = new ArrayList<>(prefixes);
41 * Constructs a prefix set with the given set of prefixes to test.
43 * @param prefixes the prefixes
46 of(String... prefixes) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/collections/
H A DSimplePrefixSet.java26 * number of prefixes is relatively small.
29 private final List<String> prefixes; field in class:SimplePrefixSet
34 * @param prefixes the prefixes.
36 public SimplePrefixSet(Collection<String> prefixes) { argument
37 this.prefixes = new ArrayList<>(prefixes);
41 * Constructs a prefix set with the given set of prefixes to test.
43 * @param prefixes the prefixes
46 of(String... prefixes) argument
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java97 private void declarePrefixes( String[] prefixes ) throws SAXException {
98 for( int i=prefixes.length-1; i>=0; i-- )
100 prefixes[i],
101 context.getNamespaceURI(prefixes[i]) );
104 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
105 for( int i=prefixes.length-1; i>=0; i-- )
106 handler.endPrefixMapping( prefixes[i] );
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXPathAPI.java199 List<String> prefixes;
201 prefixes = Collections.singletonList(XMLConstants.XML_NS_PREFIX);
203 prefixes = Collections.singletonList(XMLConstants.XMLNS_ATTRIBUTE);
205 prefixes = uri2pfxmap.get(namespaceUri);
206 if (prefixes == null) {
207 prefixes = Collections.EMPTY_LIST;
210 return prefixes.iterator();
/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/
H A DTokenHandler.java105 * @param nonReplacementTokenPrefixes optional array of prefixes that, if found as part of a token,
118 // if token has one of the "non-replacement" prefixes, leave it alone
132 * Returns whether the token starts with one of the prefixes passed.
135 * @param prefixes a list of prefixes
136 * @return whether the passed token starts with one of the prefixes
138 private boolean tokenStartsWithPrefix(String token, String... prefixes) { argument
141 for (String prefix : prefixes) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java1175 * Adds specified resource prefixes for a certain service type
1177 * @param serviceTypeName the service type name the resource prefixes are
1179 * @param resourcePrefixes the prefixes to be added
1278 * Removed specified resource prefixes for a certain service type
1280 * @param serviceTypeName the service type name the resource prefixes are
1282 * @param resourcePrefixes the prefixes to be removed
1380 Set prefixes = getManagedResourceNames(serviceTypeName);
1384 if (prefixes.isEmpty()) {
1389 Iterator iter = prefixes.iterator();
1462 * Converts xml representation of resource prefixes
1551 addResourcePrefixes(Set prefixes, Map prefixMap) argument
1581 removeResourcePrefixes(Set prefixes, Map prefixMap) argument
[all...]
H A DPolicyManager.java1396 Set prefixes = getManagedResourceNames();
1398 && ((prefixes == null ) || prefixes.isEmpty()) ) {
1757 Set prefixes = getManagedResourceNames();
1758 hasPrefixes = (prefixes != null) && !prefixes.isEmpty();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java1175 * Adds specified resource prefixes for a certain service type
1177 * @param serviceTypeName the service type name the resource prefixes are
1179 * @param resourcePrefixes the prefixes to be added
1278 * Removed specified resource prefixes for a certain service type
1280 * @param serviceTypeName the service type name the resource prefixes are
1282 * @param resourcePrefixes the prefixes to be removed
1380 Set prefixes = getManagedResourceNames(serviceTypeName);
1384 if (prefixes.isEmpty()) {
1389 Iterator iter = prefixes.iterator();
1462 * Converts xml representation of resource prefixes
1551 addResourcePrefixes(Set prefixes, Map prefixMap) argument
1581 removeResourcePrefixes(Set prefixes, Map prefixMap) argument
[all...]
H A DPolicyManager.java1372 Set prefixes = getManagedResourceNames();
1374 && ((prefixes == null ) || prefixes.isEmpty()) ) {
/forgerock/web-agents-v4/expat/
H A Dxmlparse.c266 HASH_TABLE prefixes; member in struct:__anon41
1106 This would leave those prefixes with dangling pointers.
2774 namespace processing is turned on and different prefixes for the same
5414 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5461 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, name + 6, sizeof(PREFIX));
5476 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5513 hashTableIterInit(&iter, &(dtd->prefixes));
5587 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool),
5655 hashTableInit(&(p->prefixes), ms);
5696 hashTableClear(&(p->prefixes));
[all...]
/forgerock/opendj2/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
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-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 281 milliseconds

123