Searched refs:names (Results 1 - 25 of 631) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DListApplicationTypes.java52 Set<String> names = ApplicationTypeManager.getApplicationTypeNames(
56 if ((names == null) || names.isEmpty()) {
60 for (String n : names) {
H A DListApplications.java58 Set<String> names = ApplicationManager.getApplicationNames(
62 if ((names == null) || names.isEmpty()) {
66 for (String n : names) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesModelImpl.java87 * @throws AMConsoleException if service names cannot be obtained.
97 Set names = orgCfgMgr.getAssignedServices();
98 if ((names == null) || names.isEmpty()) {
99 names = new HashSet();
101 getIdentityServices(realmName, names);
110 names, mgr.getAuthenticationServiceNames());
111 removeNonDisplayableServices(names, SUPPORTED_SCHEMA_TYPE);
113 names.remove(AMAdminConstants.AUTH_CONFIG_SERVICE);
114 names
137 getIdentityServices(String realmName, Set names) argument
230 mapNameToDisplayName(Set names) argument
256 unassignServices(String realmName, Set names) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesModelImpl.java87 * @throws AMConsoleException if service names cannot be obtained.
97 Set names = orgCfgMgr.getAssignedServices();
98 if ((names == null) || names.isEmpty()) {
99 names = new HashSet();
101 getIdentityServices(realmName, names);
110 names, mgr.getAuthenticationServiceNames());
111 removeNonDisplayableServices(names, SUPPORTED_SCHEMA_TYPE);
113 names.remove(AMAdminConstants.AUTH_CONFIG_SERVICE);
114 names
137 getIdentityServices(String realmName, Set names) argument
230 mapNameToDisplayName(Set names) argument
256 unassignServices(String realmName, Set names) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDITContentRule.java67 * The set of names for this DIT content rule, in a mapping between
70 private final Map<String,String> names; field in class:DITContentRule
109 * @param names The set of names that may be used
128 Map<String,String> names, String description,
169 if (names == null || names.isEmpty())
171 this.names = new LinkedHashMap<>(0);
175 this.names = new LinkedHashMap<>(names);
126 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]
H A DNameForm.java66 * The mapping between the lowercase names and the user-provided
67 * names for this name form.
69 private final Map<String,String> names; field in class:NameForm
97 * @param names The set of names that may be used to
114 public NameForm(String definition, Map<String,String> names, argument
155 if (names == null || names.isEmpty())
157 this.names = new LinkedHashMap<>(0);
161 this.names
[all...]
H A DDITStructureRule.java70 * The set of names for this DIT structure rule, in a mapping
73 private final Map<String,String> names; field in class:DITStructureRule
92 * @param names The set of names for this DIT structure
93 * rule, mapping the lowercase names to the
107 public DITStructureRule(String definition, Map<String,String> names, argument
147 if (names == null || names.isEmpty())
149 this.names = new LinkedHashMap<>(0);
153 this.names
[all...]
H A DMatchingRuleUse.java67 * The set of names that may be used to refer to this matching rule
71 private final Map<String,String> names; field in class:MatchingRuleUse
100 * @param names The set of names for this matching rule
112 Map<String,String> names, String description,
150 if (names == null || names.isEmpty())
152 this.names = new LinkedHashMap<>(0);
156 this.names = new LinkedHashMap<>(names);
111 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
H A DCommonSchemaElements.java48 * OID, optional names, description, an obsolete flag, and an optional
55 * Any methods which accesses the set of names associated with this
58 * of <code>names</code> passed to the constructor.
60 * Where ordered sets of names, or extra properties are provided, the
86 * The set of names for this definition, in a mapping between
89 private final Map<String, String> names; field in class:CommonSchemaElements
107 * <code>names</code> is specified, then the first name retrieved
108 * from the set of <code>names</code> will be used as the primary
114 * @param names
115 * The full set of names fo
132 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCommonSchemaElements.java48 * OID, optional names, description, an obsolete flag, and an optional
55 * Any methods which accesses the set of names associated with this
58 * of <code>names</code> passed to the constructor.
60 * Where ordered sets of names, or extra properties are provided, the
87 // The set of names for this definition, in a mapping between
89 private final Map<String, String> names; field in class:CommonSchemaElements
109 * <code>names</code> is specified, then the first name retrieved
110 * from the set of <code>names</code> will be used as the primary
116 * @param names
117 * The full set of names fo
134 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
H A DMatchingRuleUse.java76 // The set of names that may be used to refer to this matching rule
79 private final Map<String,String> names; field in class:MatchingRuleUse
106 * @param names The set of names for this matching rule
118 Map<String,String> names, String description,
159 if ((names == null) || names.isEmpty())
161 this.names = new LinkedHashMap<String,String>(0);
165 this.names = new LinkedHashMap<String,String>(names);
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCommonSchemaElements.java47 * OID, optional names, description, an obsolete flag, and an optional
54 * Any methods which accesses the set of names associated with this
57 * of <code>names</code> passed to the constructor.
59 * Where ordered sets of names, or extra properties are provided, the
86 // The set of names for this definition, in a mapping between
88 private final Map<String, String> names; field in class:CommonSchemaElements
108 * <code>names</code> is specified, then the first name retrieved
109 * from the set of <code>names</code> will be used as the primary
115 * @param names
116 * The full set of names fo
133 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
H A DMatchingRuleUse.java75 // The set of names that may be used to refer to this matching rule
78 private final Map<String,String> names; field in class:MatchingRuleUse
105 * @param names The set of names for this matching rule
117 Map<String,String> names, String description,
158 if ((names == null) || names.isEmpty())
160 this.names = new LinkedHashMap<String,String>(0);
164 this.names = new LinkedHashMap<String,String>(names);
116 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DCommonSchemaElements.java48 * OID, optional names, description, an obsolete flag, and an optional
55 * Any methods which accesses the set of names associated with this
58 * of <code>names</code> passed to the constructor.
60 * Where ordered sets of names, or extra properties are provided, the
87 // The set of names for this definition, in a mapping between
89 private final Map<String, String> names; field in class:CommonSchemaElements
109 * <code>names</code> is specified, then the first name retrieved
110 * from the set of <code>names</code> will be used as the primary
116 * @param names
117 * The full set of names fo
134 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
H A DMatchingRuleUse.java76 // The set of names that may be used to refer to this matching rule
79 private final Map<String,String> names; field in class:MatchingRuleUse
106 * @param names The set of names for this matching rule
118 Map<String,String> names, String description,
159 if ((names == null) || names.isEmpty())
161 this.names = new LinkedHashMap<String,String>(0);
165 this.names = new LinkedHashMap<String,String>(names);
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DCommonSchemaElements.java48 * OID, optional names, description, an obsolete flag, and an optional
55 * Any methods which accesses the set of names associated with this
58 * of <code>names</code> passed to the constructor.
60 * Where ordered sets of names, or extra properties are provided, the
87 // The set of names for this definition, in a mapping between
89 private final Map<String, String> names; field in class:CommonSchemaElements
109 * <code>names</code> is specified, then the first name retrieved
110 * from the set of <code>names</code> will be used as the primary
116 * @param names
117 * The full set of names fo
134 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
H A DMatchingRuleUse.java76 // The set of names that may be used to refer to this matching rule
79 private final Map<String,String> names; field in class:MatchingRuleUse
106 * @param names The set of names for this matching rule
118 Map<String,String> names, String description,
159 if ((names == null) || names.isEmpty())
161 this.names = new LinkedHashMap<String,String>(0);
165 this.names = new LinkedHashMap<String,String>(names);
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DCommonSchemaElements.java47 * OID, optional names, description, an obsolete flag, and an optional
54 * Any methods which accesses the set of names associated with this
57 * of <code>names</code> passed to the constructor.
59 * Where ordered sets of names, or extra properties are provided, the
86 // The set of names for this definition, in a mapping between
88 private final Map<String, String> names; field in class:CommonSchemaElements
108 * <code>names</code> is specified, then the first name retrieved
109 * from the set of <code>names</code> will be used as the primary
115 * @param names
116 * The full set of names fo
133 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
[all...]
H A DMatchingRuleUse.java75 // The set of names that may be used to refer to this matching rule
78 private final Map<String,String> names; field in class:MatchingRuleUse
105 * @param names The set of names for this matching rule
117 Map<String,String> names, String description,
158 if ((names == null) || names.isEmpty())
160 this.names = new LinkedHashMap<String,String>(0);
164 this.names = new LinkedHashMap<String,String>(names);
116 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DListApplicationTypes.java69 Set<String> names = ApplicationTypeManager.getApplicationTypeNames(
73 if ((names == null) || names.isEmpty()) {
77 for (String n : names) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java74 * Returns a set of required attribute names.
76 * @return a <code>Set</code> of the required attribute names of
80 Set names = new HashSet();
86 names.add(attr);
89 return names;
93 * Returns a set of all the attribute names.
95 * @return a <code>Set</code> of all the attribute names.
133 * @param names a <code>Set</code> of attribute names in String values.
137 public Map getAttributeValues(Set names) { argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java74 * Returns a set of required attribute names.
76 * @return a <code>Set</code> of the required attribute names of
80 Set names = new HashSet();
86 names.add(attr);
89 return names;
93 * Returns a set of all the attribute names.
95 * @return a <code>Set</code> of all the attribute names.
133 * @param names a <code>Set</code> of attribute names in String values.
137 public Map getAttributeValues(Set names) { argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/Specific/
H A DprotectResource.css26 #names{
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DDeleteAgentGroups.java70 List names = (List)rc.getOption(IArgument.AGENT_GROUP_NAMES);
72 if (names == null) {
73 names = new ArrayList();
77 names.addAll(AttributeValues.parseValues(file));
80 if (names.isEmpty()) {
82 "missing-agent-group-names"),
86 String displayableNames = tokenize(names);
94 for (Iterator i = names.iterator(); i.hasNext(); ) {
107 for (Iterator i = names.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/Specific/
H A DprotectResource.css26 #names{

Completed in 69 milliseconds

1234567891011>>