Searched refs:type (Results 151 - 175 of 2461) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java46 private Type type; field in class:UserDataCertificateException
73 * @param authType the authentication type.
74 * @param type the type of the exception.
78 String authType, Type type)
85 this.type = type;
107 * Returns the auth type used when this certificate exception occurred.
108 * @return the auth type used when this certificate exception occurred.
116 * Returns the type o
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java45 private Type type; field in class:UserDataCertificateException
72 * @param authType the authentication type.
73 * @param type the type of the exception.
77 String authType, Type type)
84 this.type = type;
106 * Returns the auth type used when this certificate exception occurred.
107 * @return the auth type used when this certificate exception occurred.
115 * Returns the type o
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java46 private FieldType type; field in class:LabelFieldDescriptor
53 * This enum contains the different type of labels that can be associated with
70 * This enum contains the different type of fields that can be associated with
94 * @param type the type of field.
95 * @param labelType the type of label.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
103 this.type = type;
136 * Returns the field type
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministratorAction.java49 * Specifies the type of administrator action which must be
88 // The user-friendly name of the type.
118 // The type of administration action.
119 private final Type type; field in class:AdministratorAction
126 * @param type
127 * The type of this administration action.
135 public AdministratorAction(Type type, argument
137 this.type = type;
183 * Gets the type o
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java46 private Type type; field in class:UserDataCertificateException
73 * @param authType the authentication type.
74 * @param type the type of the exception.
78 String authType, Type type)
85 this.type = type;
107 * Returns the auth type used when this certificate exception occurred.
108 * @return the auth type used when this certificate exception occurred.
116 * Returns the type o
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java47 private FieldType type; field in class:LabelFieldDescriptor
54 * This enum contains the different type of labels that can be associated with
71 * This enum contains the different type of fields that can be associated with
95 * @param type the type of field.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
104 this.type = type;
137 * Returns the field type
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministratorAction.java50 * Specifies the type of administrator action which must be
89 // The user-friendly name of the type.
119 // The type of administration action.
120 private final Type type; field in class:AdministratorAction
127 * @param type
128 * The type of this administration action.
136 public AdministratorAction(Type type, argument
138 this.type = type;
184 * Gets the type o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserDataCertificateException.java46 private Type type; field in class:UserDataCertificateException
73 * @param authType the authentication type.
74 * @param type the type of the exception.
78 String authType, Type type)
85 this.type = type;
107 * Returns the auth type used when this certificate exception occurred.
108 * @return the auth type used when this certificate exception occurred.
116 * Returns the type o
76 UserDataCertificateException(WizardStep step, LocalizableMessage message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java47 private FieldType type; field in class:LabelFieldDescriptor
54 * This enum contains the different type of labels that can be associated with
71 * This enum contains the different type of fields that can be associated with
95 * @param type the type of field.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, argument
104 this.type = type;
137 * Returns the field type
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministratorAction.java50 * Specifies the type of administrator action which must be
89 /** The user-friendly name of the type. */
121 /** The type of administration action. */
122 private final Type type; field in class:AdministratorAction
129 * @param type
130 * The type of this administration action.
138 public AdministratorAction(Type type, argument
140 this.type = type;
186 * Gets the type o
[all...]
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java36 * Legacy class from before enum types were supported and holder of constants of all defined radius attribute type codes
49 * Since the on-the-wire format has a single type octet followed by a single length octet the maximum length of an
55 * The type of this attribute instance.
57 private AttributeType type = AttributeType.UNKNOWN; field in class:Attribute
72 type = AttributeType.getType(octets[0]);
76 * Returns the type code of the attribute.
78 * @return code indicative of the type of radius attribute.
81 return type;
85 * Sets the array of octets representing the format of a given attribute on-the-wire including prefixed type and
97 * Returns a byte array with on-the-wire attribute format including the two byte prefix consisting of the type octe
[all...]
H A DPacketType.java28 * Enum representing the Access-Request packet type specified in section 4.1 of RFC 2865.
33 * Enum representing the Access-Accept packet type specified in section 4.2 of RFC 2865.
38 * Enum representing the Access-Reject packet type specified in section 4.3 of RFC 2865.
43 * Enum representing the Accounting-Request packet type specified in section 4.1 of RFC 2866.
48 * Enum representing the Accounting-Response packet type specified in section 4.2 of RFC 2866.
53 * Enum representing the Access-Challenge packet type specified in section 4.4 of RFC 2865.
58 * Enum representing the reserved packet type specified in section 3 of RFC 2865.
63 * Enum used to represent unrecognized and hence unsupported packet type codes. This is solely for use in this
69 * The integer code indicating the type of the packet.
71 private int type; field in class:PacketType
83 PacketType(int type) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DAdministratorAction.java45 * Specifies the type of administrator action which must be performed in
82 /** The user-friendly name of the type. */
110 /** The type of administration action. */
111 private final Type type; field in class:AdministratorAction
116 * @param type
117 * The type of this administration action.
125 public AdministratorAction(Type type, AbstractManagedObjectDefinition<?, ?> d, String propertyName) { argument
126 this.type = type;
161 * Gets the type o
[all...]
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DCustomObjectTypePropertyItems.java38 * "type" : "object",
42 * "type" : "string"
49 private String type; field in class:CustomObjectTypePropertyItems
56 * Return the type of this item.
61 return type;
65 * Set the type of this item.
67 * @param type
69 public void setType(String type) { argument
70 this.type = type;
[all...]
H A DCustomProperty.java41 * "type" : "String",
51 * "type" : "Double",
95 private String type; field in class:CustomProperty
123 * Return the type of this property. Enhanced getter to enforce supported types
128 return isConfidential() && type.equals("String")
130 : type.substring(0,1).toUpperCase() + type.substring(1);
134 * Set the type of this property. Enhanced setter to enforce supported types
136 * @param type
138 public void setType(String type) { argument
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java36 * Legacy class from before enum types were supported and holder of constants of all defined radius attribute type codes
49 * Since the on-the-wire format has a single type octet followed by a single length octet the maximum length of an
55 * The type of this attribute instance.
57 private AttributeType type = AttributeType.UNKNOWN; field in class:Attribute
72 type = AttributeType.getType(octets[0]);
76 * Returns the type code of the attribute.
78 * @return code indicative of the type of radius attribute.
81 return type;
85 * Sets the array of octets representing the format of a given attribute on-the-wire including prefixed type and
97 * Returns a byte array with on-the-wire attribute format including the two byte prefix consisting of the type octe
[all...]
H A DPacketType.java28 * Enum representing the Access-Request packet type specified in section 4.1 of RFC 2865.
33 * Enum representing the Access-Accept packet type specified in section 4.2 of RFC 2865.
38 * Enum representing the Access-Reject packet type specified in section 4.3 of RFC 2865.
43 * Enum representing the Accounting-Request packet type specified in section 4.1 of RFC 2866.
48 * Enum representing the Accounting-Response packet type specified in section 4.2 of RFC 2866.
53 * Enum representing the Access-Challenge packet type specified in section 4.4 of RFC 2865.
58 * Enum representing the reserved packet type specified in section 3 of RFC 2865.
63 * Enum used to represent unrecognized and hence unsupported packet type codes. This is solely for use in this
69 * The integer code indicating the type of the packet.
71 private int type; field in class:PacketType
83 PacketType(int type) argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/
H A DSubSchemaListView.js30 function deleteSubSchema (realmPath, type, subSchemaType, subSchemaInstance) {
31 return ServicesService.type.subSchema.instance.remove(realmPath, type, subSchemaType, subSchemaInstance);
44 ServicesService.type.subSchema.instance.getAll(this.options.realmPath, this.options.type),
45 ServicesService.type.subSchema.type.getCreatables(this.options.realmPath, this.options.type)
70 this.options.type,
76 }, (response) => Messages.addMessage({ response, type
[all...]
/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...]
/forgerock/opendj2-hg/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...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java52 * Enumeration representing the bind rule operation type.
54 private EnumBindRuleType type; field in class:AuthMethod
58 * provided method and bind rule type.
59 * @param type An enumeration representing the type of the expression.
64 EnumBindRuleType type) {
67 this.type=type;
73 * @param type An enumeration representing the bind rule type
63 AuthMethod(EnumAuthMethod method, String saslMech, EnumBindRuleType type) argument
78 decode(String expr, EnumBindRuleType type) argument
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DResourceSetLabel.java31 private final LabelType type; field in class:ResourceSetLabel
34 public ResourceSetLabel(String id, String name, LabelType type, Set<String> resourceSetIds) { argument
37 this.type = type;
54 return type;
78 if (type != that.type) return false;
87 result = 31 * result + (type != null ? type.hashCode() : 0);
96 field("type", typ
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/selfservice/
H A DPasswordResetConfigView.js90 "type": "jwt",
104 type: "captcha",
111 type: "userQuery",
118 type: "emailValidation",
125 type: "kbaSecurityAnswerVerificationStage",
132 type: "resetStage",
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/global/
H A DEditGlobalServiceSubSubSchemaView.js34 type: $.t("console.services.subSchema.title", { subSchema: subSubSchemaType })
39 getInstance: () => ServicesService.type.subSchema.type.subSchema.instance.get(
41 updateInstance: (values) => ServicesService.type.subSchema.type.subSchema.instance.update(
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java73 public AMIdentity create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName) argument
75 return delegate.create(token, type, name, attrMap, amOrgName);
82 public void delete(SSOToken token, IdType type, String name, String orgName, String amsdkDN) argument
84 delegate.delete(token, type, name, orgName, amsdkDN);
91 public Map getAttributes(SSOToken token, IdType type, String name, Set attrNames, String amOrgName, String amsdkDN, argument
93 return delegate.getAttributes(token, type, name, attrNames, amOrgName, amsdkDN, isString);
100 public Map getAttributes(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN) argument
102 return delegate.getAttributes(token, type, name, amOrgName, amsdkDN);
109 public Set getMembers(SSOToken token, IdType type, String name, String amOrgName, IdType membersType, argument
111 return delegate.getMembers(token, type, nam
118 getMemberships(SSOToken token, IdType type, String name, IdType membershipType, String amOrgName, String amsdkDN) argument
127 isExists(SSOToken token, IdType type, String name, String amOrgName) argument
136 isActive(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN) argument
145 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
154 modifyMemberShip(SSOToken token, IdType type, String name, Set members, IdType membersType, int operation, String amOrgName) argument
163 removeAttributes(SSOToken token, IdType type, String name, Set attrNames, String amOrgName, String amsdkDN) argument
172 search(SSOToken token, IdType type, IdSearchControl ctrl, String amOrgName, CrestQuery crestQuery) argument
183 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, String amOrgName, String amsdkDN, boolean isString) argument
192 changePassword(SSOToken token, IdType type, String name, String oldPassword, String newPassword, String amOrgName, String amsdkDN) argument
201 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServiceNamesAndOCs, String amOrgName, String amsdkDN) argument
210 assignService(SSOToken token, IdType type, String name, String serviceName, SchemaType stype, Map attrMap, String amOrgName, String amsdkDN) argument
219 unassignService(SSOToken token, IdType type, String name, String serviceName, Map attrMap, String amOrgName, String amsdkDN) argument
228 getServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, String amOrgName, String amsdkDN) argument
237 getBinaryServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, String amOrgName, String amsdkDN) argument
246 getServiceAttributesAscending(SSOToken token, IdType type, String name, String serviceName, Set attrNames, String amOrgName, String amsdkDN) argument
256 modifyService(SSOToken token, IdType type, String name, String serviceName, SchemaType stype, Map attrMap, String amOrgName, String amsdkDN) argument
273 getSupportedOperations(SSOToken token, IdType type, String amOrgName) argument
290 clearIdRepoPlugins(String orgName, String serviceComponent, int type) argument
314 getFullyQualifiedNames(SSOToken token, IdType type, String name, String orgName) argument
323 getSpecialIdentities(SSOToken token, IdType type, String orgName) argument
[all...]

Completed in 148 milliseconds

1234567891011>>