Searched defs:type (Results 1 - 25 of 1214) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientDataListener.java33 * Called when a client-type data gets changed.
40 * @param type
41 * The type of the change - AMClientCapData.ADDED OR
44 public void clientChanged(String clientType, int db, int type); argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterFactory.java26 * @param type The bean class.
29 public JavaBeanAdapter<?> create(Class<?> type); argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DTimeoutConfig.java31 * The timeout for the connection factory type in seconds.
33 * @param type The {@link ConnectionType} to acquire timeout for.
36 * @throws IllegalStateException If the type was unknown.
38 public int getTimeout(ConnectionType type) { argument
39 switch (type) {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java40 public Collection<String> get(SchemaType type) { argument
62 if (type == SchemaType.GLOBAL) {
H A DSmsRequestHandlerFactory.java23 public SmsRequestHandler create(SchemaType type); argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeEvent.java25 private final EventType type; field in class:IndexChangeEvent
27 protected IndexChangeEvent(EventType type) { argument
28 this.type = type;
32 * @return The event type.
35 return type;
/forgerock/web-agents-v4/pcre/
H A Dpcre_newline.c67 type the newline type
76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, argument
92 if (type == NLTYPE_ANYCRLF) switch(c)
142 type the newline type
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, argument
169 if (type == NLTYPE_ANYCRLF) switch(c)
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientDataListener.java33 * Called when a client-type data gets changed.
40 * @param type
41 * The type of the change - AMClientCapData.ADDED OR
44 public void clientChanged(String clientType, int db, int type); argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterFactory.java26 * @param type The bean class.
29 public JavaBeanAdapter<?> create(Class<?> type); argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DTimeoutConfig.java32 * The timeout for the connection factory type in seconds.
34 * @param type The {@link ConnectionType} to acquire timeout for.
37 * @throws IllegalStateException If the type was unknown.
39 public int getTimeout(ConnectionType type) { argument
40 switch (type) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java40 public Collection<String> get(SchemaType type) { argument
61 if (type == SchemaType.GLOBAL) {
H A DSmsRequestHandlerFactory.java23 public SmsRequestHandler create(SchemaType type); argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeEvent.java25 private final EventType type; field in class:IndexChangeEvent
27 protected IndexChangeEvent(EventType type) { argument
28 this.type = type;
32 * @return The event type.
35 return type;
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java48 * The warning type that will be used to indicate that the password will
58 * The warning type that will be used to indicate that the user is
67 // A lookup table for resolving a warning type from its BER type.
76 TABLE.put(value.type, value);
77 TABLE.put(value.type, value);
83 // The BER type to use for the associated element in the password policy
85 private final byte type; field in class:PasswordPolicyWarningType
87 // The message ID for the description of this password policy error type.
93 * Creates a new instance of a password policy warning type wit
101 PasswordPolicyWarningType(byte type, Message description) argument
132 valueOf(byte type) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DChangeOperationType.java42 * The change type for add operations.
49 * The change type for delete operations.
56 * The change type for modify operations.
63 * The change type for modify DN operations.
69 // The name of this change type as it should appear in the "changetype" field
73 // The user-friendly name given to this change type.
74 private String type; field in class:ChangeOperationType
79 * Creates a change type with the given string value.
81 * @param type The string value for this change type
85 ChangeOperationType(String type, String ldifChangeType) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplicationException.java45 private ReturnCode type; field in class:ApplicationException
48 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR.
63 * @param type
64 * the type of error we have.
70 public ApplicationException(ReturnCode type, Message localizedMsg, argument
74 this.type = type;
83 return type;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/event/
H A DBrowseActionListener.java58 private BrowseType type; field in class:BrowseActionListener
91 * @param type
92 * the type of file browse dialog that will be displayed.
97 public BrowseActionListener(JTextComponent field, BrowseType type, argument
101 this.type = type;
105 switch (type)
146 throw new IllegalArgumentException("Unknown BrowseType: " + type);
180 switch (type)
199 throw new IllegalStateException("Unknown type
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java63 private Type type; field in class:SuffixesToReplicateOptions
76 * @param type the Type of DataReplicationOptions.
80 public SuffixesToReplicateOptions(Type type, Object... args) argument
82 this.type = type;
84 switch (type)
122 * Returns the type of SuffixesToReplicateOptions represented by this object
125 * @return the type of SuffixesToReplicateOptions.
129 return type;
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java50 * Enumeration representing the bind rule operation type.
52 private EnumBindRuleType type=null; field in class:AuthMethod
56 * provided method and bind rule type.
57 * @param type An enumeration representing the type of the expression.
62 EnumBindRuleType type) {
65 this.type=type;
71 * @param type An enumeration representing the bind rule type
61 AuthMethod(EnumAuthMethod method, String saslMech, EnumBindRuleType type) argument
76 decode(String expr, EnumBindRuleType type) argument
[all...]
H A DDayOfWeek.java46 /** Enumeration representing the bind rule operation type. */
47 private EnumBindRuleType type=null; field in class:DayOfWeek
52 * @param type An enumeration representing the bind rule type.
54 private DayOfWeek(List<EnumDayOfWeek> days, EnumBindRuleType type) { argument
56 this.type=type;
62 * @param type An enumeration representing the bind rule type.
67 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
[all...]
H A DEnumAccessType.java36 * Allow access type.
40 * Deny access type.
45 * The access type string.
51 * @param accessType The access type string to set.
58 * Checks if the access type is equal to the string
60 * @param type The string representation of the access type.
63 public boolean isAccessType(String type){ argument
64 return type.equalsIgnoreCase(accessType);
76 * Decodes an access type enumeratio
81 decode(String type) argument
[all...]
H A DEnumBindRuleType.java35 * The enumeration type when the bind rule has specified type of
40 * The enumeration type when the bind rule has specified type of
45 * The enumeration type when the bind rule has specified type of
50 * The enumeration type when the bind rule has specified type of
55 * The enumeration type when the bind rule has specified type o
66 private final String type; field in class:EnumBindRuleType
72 EnumBindRuleType(String type) argument
92 isBindRuleType(String type) argument
102 createBindruleOperand(String type) argument
[all...]
H A DIP.java57 /** The type of the bind rule (!= or =). */
58 private EnumBindRuleType type=null; field in class:IP
64 * @param type An enumeration representing the expression type.
66 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { argument
68 this.type=type;
76 * @param type An enmumeration representing the expression type.
81 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
[all...]
H A DSSF.java38 /** Enumeration representing the bind rule operation type. */
39 private EnumBindRuleType type=null; field in class:SSF
44 private SSF(int ssf, EnumBindRuleType type) { argument
46 this.type = type;
51 * type enumeration.
53 * @param type The bind rule type enumeration.
57 static SSF decode(String expr, EnumBindRuleType type) throws AciException { argument
70 return new SSF(valueAsInt, type);
[all...]
H A DTimeOfDay.java44 /** Enumeration representing the bind rule operation type. */
45 private EnumBindRuleType type=null; field in class:TimeOfDay
53 * @param type An enumeration of the type of the expression.
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
57 this.type=type;
63 * @param type An enumeration of the type of the expression.
67 public static TimeOfDay decode(String expr, EnumBindRuleType type) argument
[all...]

Completed in 132 milliseconds

1234567891011>>