Searched defs:type (Results 101 - 125 of 1214) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DEnumAccessType.java34 /** Allow access type. */
36 /** Deny access type. */
39 /** The access type string. */
44 * @param accessType The access type string to set.
51 * Checks if the access type is equal to the string
53 * @param type The string representation of the access type.
56 public boolean isAccessType(String type){ argument
57 return type.equalsIgnoreCase(accessType);
69 * Decodes an access type enumeratio
74 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; 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 enumeration representing the expression type.
81 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
[all...]
H A DTimeOfDay.java44 /** Enumeration representing the bind rule operation type. */
45 private EnumBindRuleType type; 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...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPasswordPolicyWarningType.java44 * The warning type that will be used to indicate that the password will
52 * The warning type that will be used to indicate that the user is
59 /** A lookup table for resolving a warning type from its BER type. */
65 TABLE.put(value.type, value);
69 /** The BER type to use for the associated element in the password policy control. */
70 private final byte type; field in class:PasswordPolicyWarningType
71 /** The message ID for the description of this password policy error type. */
75 * Creates a new instance of a password policy warning type with the provided
76 * BER type
83 PasswordPolicyWarningType(byte type, LocalizableMessage description) argument
110 valueOf(byte type) argument
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DTokenInvalidator.java67 String type = tokenNameSet.iterator().next();
77 deleteToken(type, entryID);
84 * Deletes the token with the specified type and identifier.
86 * @param type The type of token.
89 private void deleteToken(String type, String id) throws ServerException, InvalidRequestException { argument
90 if (type.equalsIgnoreCase(OAuth2Constants.Token.OAUTH_ACCESS_TOKEN)) {
92 } else if (type.equalsIgnoreCase(OAuth2Constants.Token.OAUTH_REFRESH_TOKEN)) {
94 } else if (type.equalsIgnoreCase(OAuth2Constants.Params.CODE)) {
/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 DAttributeSet.java40 * {@link com.sun.identity.authentication.modules.radius.client .Packet} type which is the superclass of all radius
84 * Returns the first occurrence of an attribute instance of the specified type code.
86 * @param type
87 * the attribute type code to be searched for in the set of attributes in order of injection
88 * @return the first attribute instance incurred having the given type code or null if none is found.
90 public Attribute getAttributeByType(AttributeType type) { argument
94 if (attr.getType() == type) {
H A DOctetUtils.java24 * attributes have different conceptual entities that they carry. But many of those entities have the same type or
26 * internal object type that they contain save for the last list which contains those that all have their own custom
125 * @param type the type of the attribute
129 public static final byte[] toOctets(AttributeType type, String str) { argument
140 octets[0] = (byte) type.getTypeCode();
145 octets[0] = (byte) type.getTypeCode();
156 * @param type the type of the attribute
160 public static final byte[] toOctets(AttributeType type, in argument
183 toOctets(AttributeType type, int msb, int msb2, int msb3, int msb4) argument
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DReadOnlyResource.java36 * Creates a NotSupportedException for a given operation type.
38 * @param type The type of operation which is not supported.
41 private ResourceException generateException(String type) { argument
42 return new NotSupportedException(type + " are not supported for this Resource");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DFailure.java39 private String type; field in class:Failure
63 type = elt.getAttribute("node");
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallLogger.java35 public InstallLogger(String type) { argument
36 setType(type);
37 auditLog = Audit.getInstance(type);
45 return type;
48 private void setType(String type) { argument
49 this.type = type;
52 private String type; field in class:InstallLogger
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/
H A DCoreMechanismFactory.java30 * Determines the type of mechanism which is being created, and routes the creation request to the
67 * Uses the map to create the Mechanism associated with the type and version provided.
69 * @param type The mechanism string for the Mechanism.
75 public Mechanism.PartialMechanismBuilder restoreFromParameters(String type, int version, Map<String, String> map) throws MechanismCreationException { argument
76 if(!factories.containsKey(type)) {
77 throw new MechanismCreationException("Unknown mechanism type stored \"" + type + "\"");
79 return factories.get(type).restoreFromParameters(version, map);
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperationsTest.java38 private SessionMonitorType type; field in class:MonitoredOperationsTest
44 type = SessionMonitorType.LOCAL;
47 testMoniteredOperations = new MonitoredOperations(mockSessionOperations, type, mockStore);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/core/guice/
H A DDataLayerGuiceModuleTest.java91 public void testBindingConfiguration(Class<?> type, ConnectionType connectionType) throws Exception { argument
92 InjectorHolder.getInstance(Key.get(type, DataLayer.Types.typed(connectionType)));
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProviderFactory.java26 SmsCollectionProvider create(SmsJsonConverter converter, ServiceSchema schema, SchemaType type, argument
H A DSmsGlobalSingletonProviderFactory.java34 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath,
32 create(SmsJsonConverter globalConverter, @Assisted(�) ServiceSchema globalSchema, @Assisted(�) ServiceSchema organizationSchema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
H A DSmsSingletonProviderFactory.java32 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type,
31 create(SmsJsonConverter converter, @Assisted(�) ServiceSchema schema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DErrorEventType.java32 * Whether the passed type is an error event type.
34 * @param type
35 * The type in question.
36 * @return Whether the type is an error event type.
38 public static boolean contains(EventType type) { argument
39 return TYPES.contains(type);
43 * @return An event representing the selected type.
H A DModificationEvent.java28 protected ModificationEvent(String pathIndex, String realm, ModificationEventType type) { argument
29 super(type);
H A DModificationEventType.java32 * Whether the passed type is a modification event type.
34 * @param type
35 * The type in question.
36 * @return Whether the type is an modification event type.
38 public static boolean contains(EventType type) { argument
39 return TYPES.contains(type);
43 * An event representing the selected type containing the passed path index and realm.
49 * @return An event representing the selected type
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/query/
H A DQueryAttribute.java29 private final AttributeType type; field in class:QueryAttribute
32 public QueryAttribute(AttributeType type, SearchAttribute attribute) { argument
33 Reject.ifNull(type, attribute);
34 this.type = type;
49 return type.getFilter(attribute, operator, value);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationActionEventImpl.java40 private int type; field in class:ConfigurationActionEventImpl
46 * This constructor takes type, configuration name, componenet name
49 * @param type the type.
54 ConfigurationActionEventImpl(int type, String configName, argument
57 this.type = type;
64 * Returns the type of this event.
66 * @return The type of this event. Possible types are :
74 return type;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DChangeOperationType.java38 /** The change type for add operations. */
41 /** The change type for delete operations. */
44 /** The change type for modify operations. */
47 /** The change type for modify DN operations. */
53 * The name of this change type as it should appear in the "changetype" field
58 /** The user-friendly name given to this change type. */
59 private String type; field in class:ChangeOperationType
62 * Creates a change type with the given string value.
64 * @param type The string value for this change type
68 ChangeOperationType(String type, String ldifChangeType) argument
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DQueryResultMapper.java39 List<Map<String, Object>> mapQueryToObject(ResultSet rs, String queryId, String type, argument

Completed in 123 milliseconds

1234567891011>>