Searched defs:prefix (Results 1 - 25 of 258) sorted by relevance

1234567891011

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogFileFilter.java37 private String prefix; field in class:LogFileFilter
40 * Create the filter with the specified file name prefix.
42 * @param prefix The filename prefix to use for the filter.
44 public LogFileFilter(String prefix) argument
46 this.prefix = prefix;
50 * Select only files that begin with the specified prefix.
65 return name.startsWith(prefix);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogFileFilter.java37 private String prefix; field in class:LogFileFilter
40 * Create the filter with the specified file name prefix.
42 * @param prefix The filename prefix to use for the filter.
44 public LogFileFilter(String prefix) argument
46 this.prefix = prefix;
50 * Select only files that begin with the specified prefix.
65 return name.startsWith(prefix);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java53 // The resource name prefix.
54 private final String prefix; field in class:ManagedObjectDefinitionResource
74 private ManagedObjectDefinitionResource(String prefix) { argument
77 this.prefix = prefix;
109 String baseName = prefix + "." + d.getClass().getName();
130 String baseName = prefix + "." + d.getClass().getName();
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java54 // The resource name prefix.
55 private final String prefix; field in class:ManagedObjectDefinitionResource
75 private ManagedObjectDefinitionResource(String prefix) { argument
78 this.prefix = prefix;
110 String baseName = prefix + "." + d.getClass().getName();
131 String baseName = prefix + "." + d.getClass().getName();
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java54 // The resource name prefix.
55 private final String prefix; field in class:ManagedObjectDefinitionResource
75 private ManagedObjectDefinitionResource(String prefix) { argument
78 this.prefix = prefix;
110 String baseName = prefix + "." + d.getClass().getName();
131 String baseName = prefix + "." + d.getClass().getName();
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java53 // The resource name prefix.
54 private final String prefix; field in class:ManagedObjectDefinitionResource
74 private ManagedObjectDefinitionResource(String prefix) { argument
77 this.prefix = prefix;
109 String baseName = prefix + "." + d.getClass().getName();
130 String baseName = prefix + "." + d.getClass().getName();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java54 // The resource name prefix.
55 private final String prefix; field in class:ManagedObjectDefinitionResource
75 private ManagedObjectDefinitionResource(String prefix) { argument
78 this.prefix = prefix;
110 String baseName = prefix + "." + d.getClass().getName();
131 String baseName = prefix + "." + d.getClass().getName();
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java52 /** The resource name prefix. */
53 private final String prefix; field in class:ManagedObjectDefinitionResource
67 private ManagedObjectDefinitionResource(String prefix) { argument
68 this.prefix = prefix;
98 String baseName = prefix + "." + d.getClass().getName();
121 String baseName = prefix + "." + d.getClass().getName();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugFile.java46 * @param prefix Message prefix
52 public void writeIt(String prefix, String msg, Throwable th) throws IOException; argument
/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapper.java40 private String prefix = null; field in class:JwtAttributeMapper
43 * Default constructor with no prefix
48 * Constructor that allows a prefix to be added to the mapped values
49 * @param prefixedAttributesList Comma-separated list of attributes that need a prefix applied, or <code>*</code>.
50 * @param prefix The prefix to be applied.
52 public JwtAttributeMapper(String prefixedAttributesList, String prefix) { argument
53 this.prefix = prefix;
92 if (prefix !
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateCircleOfTrust.java57 private String prefix; field in class:CreateCircleOfTrust
72 prefix = getStringOptionValue(FedCLIConstants.ARGUMENT_PREFIX);
82 String[] params = {realm, cot, providers.toString(), prefix};
88 ((prefix == null) || (prefix.trim().length() == 0)) ?
94 prefix + "/idffreader",
95 prefix + "/idffwriter",
96 prefix + "/saml2reader",
97 prefix + "/saml2writer",
111 prefix,
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DManagedObjectDefinitionResource.java51 /** The resource name prefix. */
52 private final String prefix; field in class:ManagedObjectDefinitionResource
66 private ManagedObjectDefinitionResource(String prefix) { argument
67 this.prefix = prefix;
94 String baseName = prefix + "." + d.getClass().getName();
112 String baseName = prefix + "." + d.getClass().getName();
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DPrefixCallback.java12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException; argument
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugFile.java46 * @param prefix Message prefix
52 public void writeIt(String prefix, String msg, Throwable th) throws IOException; argument
/forgerock/openam/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapper.java40 private String prefix = null; field in class:JwtAttributeMapper
43 * Default constructor with no prefix
48 * Constructor that allows a prefix to be added to the mapped values
49 * @param prefixedAttributesList Comma-separated list of attributes that need a prefix applied, or <code>*</code>.
50 * @param prefix The prefix to be applied.
52 public JwtAttributeMapper(String prefixedAttributesList, String prefix) { argument
53 this.prefix = prefix;
92 if (prefix !
[all...]

Completed in 99 milliseconds

1234567891011