Searched refs:Set (Results 1 - 25 of 6273) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java30 import java.util.Set;
39 private HashMap<Set<String> ,AttrHistorical> attributesInfo;
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
55 public AttrHistorical get(Set<String> options)
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo )
76 public HashMap<Set<String>, AttrHistorical> getAttributesInfo()
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java29 import java.util.Set;
38 private HashMap<Set<String> ,AttrHistorical> attributesInfo;
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
54 public AttrHistorical get(Set<String> options)
66 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo )
75 public HashMap<Set<String>, AttrHistorical> getAttributesInfo()
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java30 import java.util.Set;
39 private HashMap<Set<String> ,AttrHistorical> attributesInfo;
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
55 public AttrHistorical get(Set<String> options)
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo )
76 public HashMap<Set<String>, AttrHistorical> getAttributesInfo()
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java30 import java.util.Set;
39 private HashMap<Set<String> ,AttrHistorical> attributesInfo;
46 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
55 public AttrHistorical get(Set<String> options)
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo )
76 public HashMap<Set<String>, AttrHistorical> getAttributesInfo()
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java29 import java.util.Set;
38 private HashMap<Set<String> ,AttrHistorical> attributesInfo;
45 attributesInfo = new HashMap<Set<String> ,AttrHistorical>();
54 public AttrHistorical get(Set<String> options)
66 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo )
75 public HashMap<Set<String>, AttrHistorical> getAttributesInfo()
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroup.java32 import java.util.Set;
65 public Set getUserDNs() throws AMException, SSOException;
77 public Set getUserAndGroupDNs() throws AMException, SSOException;
94 public void addNestedGroups(Set groups) throws AMException, SSOException;
102 * @return Set of distinguished name of users matching the search
109 public Set searchUsers(String wildcard) throws AMException, SSOException;
163 public Set createStaticGroups(Set groupNames) throws AMException,
172 * @return Set of group objects created.
179 public Set createStaticGroup
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DISubConfigNames.java31 import java.util.Set;
34 Set getNames();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSaveIndexes.java30 import java.util.Set;
37 private Set<String> hostIndexes = new HashSet<String>();
38 private Set<String> pathIndexes = new HashSet<String>();
39 private Set<String> parentPath = new HashSet<String>();
44 * @param hostIndexes Set of host indexes.
45 * @param pathIndexes Set of path indexes.
46 * @param parentPath Set of parent path indexes.
49 Set<String> hostIndexes,
50 Set<String> pathIndexes,
51 Set<Strin
[all...]
H A DResourceSearchIndexes.java32 import java.util.Set;
38 private Set<String> hostIndexes = new HashSet();
39 private Set<String> pathIndexes = new HashSet();
40 private Set<String> parentPathIndexes = new HashSet();
45 * @param hostIndexes Set of host indexes.
46 * @param pathIndexes Set of path indexes.
50 Set<String> hostIndexes,
51 Set<String> pathIndexes,
52 Set<String> parentPathIndexes
81 public Set<Strin
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DProtectedResource.java33 import java.util.Set;
46 private Set policies;
55 ProtectedResource(String resourceName, Set policies) {
81 void setPolicies(Set policies) {
90 public Set getPolicies() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProvider.java31 import java.util.Set;
43 * @return a <code>Set</code> of authentication module service names.
45 public Set getAuthenticationServiceNames();
H A DServiceAttributeValidator.java31 import java.util.Set;
47 * Set values = new HashSet();
58 * the <code>Set</code> of attribute values to validate
61 public boolean validate(Set values);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAuthenticationTypeInfo.java32 import java.util.Set;
45 Set authnTypeAndValues;
55 Set authnTypeAndValues) {
74 public Set getAuthnTypeAndValues() {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/
H A DScope.java34 import java.util.Set;
54 Set<String> scopeToPresentOnAuthorizationPage(Set<String> requestedScopes,
55 Set<String> availableScopes,
56 Set<String> defaultScopes) throws ServerException, InvalidScopeException;
66 Set<String> scopeRequestedForAccessToken(Set<String> requestedScopes,
67 Set<String> availableScopes,
68 Set<String> defaultScopes) throws ServerException, InvalidScopeException;
80 Set<Strin
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java18 import java.util.Set;
38 ResourceMatchUsing verifyResources(Set<String> resources);
48 AgainstResourceType verifyActions(Set<String> actions);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroup.java32 import java.util.Set;
65 public Set getUserDNs() throws AMException, SSOException;
77 public Set getUserAndGroupDNs() throws AMException, SSOException;
94 public void addNestedGroups(Set groups) throws AMException, SSOException;
102 * @return Set of distinguished name of users matching the search
109 public Set searchUsers(String wildcard) throws AMException, SSOException;
163 public Set createStaticGroups(Set groupNames) throws AMException,
172 * @return Set of group objects created.
179 public Set createStaticGroup
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DISubConfigNames.java31 import java.util.Set;
34 Set getNames();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSaveIndexes.java30 import java.util.Set;
37 private Set<String> hostIndexes = new HashSet<String>();
38 private Set<String> pathIndexes = new HashSet<String>();
39 private Set<String> parentPath = new HashSet<String>();
44 * @param hostIndexes Set of host indexes.
45 * @param pathIndexes Set of path indexes.
46 * @param parentPath Set of parent path indexes.
49 Set<String> hostIndexes,
50 Set<String> pathIndexes,
51 Set<Strin
[all...]
H A DResourceSearchIndexes.java32 import java.util.Set;
38 private Set<String> hostIndexes = new HashSet();
39 private Set<String> pathIndexes = new HashSet();
40 private Set<String> parentPathIndexes = new HashSet();
45 * @param hostIndexes Set of host indexes.
46 * @param pathIndexes Set of path indexes.
50 Set<String> hostIndexes,
51 Set<String> pathIndexes,
52 Set<String> parentPathIndexes
81 public Set<Strin
[all...]
H A DSubjectAttributesCollector.java33 import java.util.Set;
63 public void init(String realm, Map<String, Set<String>> configMap);
75 Map<String, Set<String>> getAttributes(
77 Set<String> attrNames
85 public Set<String> getAvailableSubjectAttributeNames()
107 Map<String, Set<String>> getUserAttributes(
109 Set<String> attrNames
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DProtectedResource.java33 import java.util.Set;
46 private Set policies;
55 ProtectedResource(String resourceName, Set policies) {
81 void setPolicies(Set policies) {
90 public Set getPolicies() {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProvider.java31 import java.util.Set;
43 * @return a <code>Set</code> of authentication module service names.
45 public Set getAuthenticationServiceNames();
H A DServiceAttributeValidator.java35 import java.util.Set;
51 * Set values = new HashSet();
62 * the <code>Set</code> of attribute values to validate
65 boolean validate(Set<String> values);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java18 import java.util.Set;
38 ResourceMatchUsing verifyResources(Set<String> resources);
48 AgainstResourceType verifyActions(Set<String> actions);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAuthenticationTypeInfo.java32 import java.util.Set;
45 Set authnTypeAndValues;
55 Set authnTypeAndValues) {
74 public Set getAuthnTypeAndValues() {

Completed in 86 milliseconds

1234567891011>>