Searched defs:Type (Results 1 - 25 of 163) sorted by relevance

1234567

/forgerock/openam-v13/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DType.java29 public @interface Type { interface
/forgerock/openam/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DType.java29 public @interface Type { interface
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java47 public enum Type enum in class:SuffixesToReplicateOptions
63 private Type type;
76 * @param type the Type of DataReplicationOptions.
77 * @param args the different argument objects (depending on the Type
80 public SuffixesToReplicateOptions(Type type, Object... args)
127 public Type getType()
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java48 public enum Type enum in class:SuffixesToReplicateOptions
64 private Type type;
77 * @param type the Type of DataReplicationOptions.
78 * @param args the different argument objects (depending on the Type
81 public SuffixesToReplicateOptions(Type type, Object... args)
128 public Type getType()
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java36 private Type type;
43 public enum Type enum in class:CategorizedComboBoxElement
61 public CategorizedComboBoxElement(Object value, Type type)
81 public Type getType()
H A DBackupDescriptor.java43 public enum Type enum in class:BackupDescriptor
54 private Type type;
67 public BackupDescriptor(File path, Date creationDate, Type type, String id)
84 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
111 public Type getType()
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java37 private Type type;
44 public enum Type enum in class:CategorizedComboBoxElement
62 public CategorizedComboBoxElement(Object value, Type type)
82 public Type getType()
H A DBackupDescriptor.java44 public enum Type enum in class:BackupDescriptor
55 private Type type;
68 public BackupDescriptor(File path, Date creationDate, Type type, String id)
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
112 public Type getType()
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java48 public enum Type enum in class:SuffixesToReplicateOptions
64 private Type type;
77 * @param type the Type of DataReplicationOptions.
78 * @param args the different argument objects (depending on the Type
81 public SuffixesToReplicateOptions(Type type, Object... args)
128 public Type getType()
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java37 private Type type;
44 public enum Type enum in class:CategorizedComboBoxElement
62 public CategorizedComboBoxElement(Object value, Type type)
82 public Type getType()
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java36 private Type type;
43 public enum Type enum in class:CategorizedComboBoxElement
61 public CategorizedComboBoxElement(Object value, Type type)
81 public Type getType()
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java37 private Type type;
44 public enum Type enum in class:CategorizedComboBoxElement
62 public CategorizedComboBoxElement(Object value, Type type)
82 public Type getType()
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java47 public enum Type enum in class:SuffixesToReplicateOptions
63 private Type type;
76 * @param type the Type of DataReplicationOptions.
77 * @param args the different argument objects (depending on the Type
80 public SuffixesToReplicateOptions(Type type, Object... args)
127 public Type getType()
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DSuffixesToReplicateOptions.java48 public enum Type enum in class:SuffixesToReplicateOptions
64 private Type type;
77 * @param type the Type of DataReplicationOptions.
78 * @param args the different argument objects (depending on the Type
81 public SuffixesToReplicateOptions(Type type, Object... args)
128 public Type getType()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java37 private Type type;
44 public enum Type enum in class:CategorizedComboBoxElement
62 public CategorizedComboBoxElement(Object value, Type type)
82 public Type getType()
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONNotification.java44 Type type
59 public enum Type { enum in class:JSONNotification
66 Type(String message) { method in class:JSONNotification.Type
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DDataProviderEvent.java49 public static enum Type { enum in class:DataProviderEvent
75 private final Set<Type> types;
85 public DataProviderEvent(final LocalizableMessage reason, final Set<Type> types) {
91 final EnumSet<Type> tmp = EnumSet.noneOf(Type.class);
103 public Set<Type> getEventTypes() {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONNotification.java44 Type type
59 public enum Type { enum in class:JSONNotification
66 Type(String message) { method in class:JSONNotification.Type
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministratorAction.java52 public static enum Type { enum in class:AdministratorAction
94 private Type(String name) { method in class:AdministratorAction.Type
119 private final Type type;
135 public AdministratorAction(Type type,
187 public final Type getType() {
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministratorAction.java53 public static enum Type { enum in class:AdministratorAction
95 private Type(String name) { method in class:AdministratorAction.Type
120 private final Type type;
136 public AdministratorAction(Type type,
188 public final Type getType() {
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java42 private Type type;
46 public enum Type enum in class:PreferredConnection
68 public PreferredConnection(String ldapUrl, Type type)
87 public Type getType()
134 PreferredConnection.Type type;
137 type = PreferredConnection.Type.START_TLS;
141 type = PreferredConnection.Type.LDAPS;
145 type = PreferredConnection.Type.LDAP;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java45 public enum Type enum in class:BrowserEvent
71 private Type type;
78 public BrowserEvent(Object source, Type id) {
87 public Type getType() {
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java41 private Type type;
45 public enum Type enum in class:PreferredConnection
67 public PreferredConnection(String ldapUrl, Type type)
86 public Type getType()
133 PreferredConnection.Type type;
136 type = PreferredConnection.Type.START_TLS;
140 type = PreferredConnection.Type.LDAPS;
144 type = PreferredConnection.Type.LDAP;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java46 public enum Type enum in class:BrowserEvent
72 private Type type;
79 public BrowserEvent(Object source, Type id) {
88 public Type getType() {
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministratorAction.java53 public static enum Type { enum in class:AdministratorAction
95 private Type(String name) { method in class:AdministratorAction.Type
120 private final Type type;
136 public AdministratorAction(Type type,
188 public final Type getType() {

Completed in 158 milliseconds

1234567