Searched refs:userDN (Results 26 - 50 of 271) sorted by relevance

1234567891011

/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DGroup.java290 * @param userDN The DN of the user for which to make the
299 public boolean isMember(DN userDN) argument
302 if (userDN != null)
303 return isMember(userDN, new HashSet<DN>());
318 * @param userDN The DN of the user for which to make the
337 public abstract boolean isMember(DN userDN, Set<DN> examinedGroups) argument
490 * @param userDN The DN of the user to remove as a member of this
501 public abstract void removeMember(DN userDN) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DGroup.java291 * @param userDN The DN of the user for which to make the
300 public boolean isMember(DN userDN) argument
303 if (userDN != null)
304 return isMember(userDN, new HashSet<DN>());
319 * @param userDN The DN of the user for which to make the
338 public abstract boolean isMember(DN userDN, Set<DN> examinedGroups) argument
491 * @param userDN The DN of the user to remove as a member of this
502 public abstract void removeMember(DN userDN) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DGroup.java290 * @param userDN The DN of the user for which to make the
299 public boolean isMember(DN userDN) throws DirectoryException argument
301 return userDN != null && isMember(userDN, new HashSet<DN>());
315 * @param userDN The DN of the user for which to make the
334 public abstract boolean isMember(DN userDN, Set<DN> examinedGroups) argument
487 * @param userDN The DN of the user to remove as a member of this
498 public abstract void removeMember(DN userDN) argument
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java205 String userDN = token.getPrincipal().getName();
207 int beginIndex = userDN.indexOf("=");
208 int endIndex = userDN.indexOf(",");
213 String userName = userDN.substring(beginIndex+1, endIndex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java259 * @param userDN DN of the user with whom name identifier registration
275 String userDN,
286 * @param userDN DN of the user with whom name identifier registration
299 String userDN,
310 * @param userDN user DN
324 String userDN,
335 * @param userDN user DN
350 String userDN,
271 postRegisterNameIdentifierSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSNameRegistrationRequest regRequest, FSNameRegistrationResponse regResponse, String regProfile) argument
295 postTerminationNotificationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSFederationTerminationNotification notification, String termProfile) argument
320 preSingleLogoutProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
346 postSingleLogoutSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java68 * @param userDN user ID
74 public boolean isUserExists(String userDN, String metaAlias) argument
/forgerock/openam/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java205 String userDN = token.getPrincipal().getName();
207 int beginIndex = userDN.indexOf("=");
208 int endIndex = userDN.indexOf(",");
213 String userName = userDN.substring(beginIndex+1, endIndex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java259 * @param userDN DN of the user with whom name identifier registration
275 String userDN,
286 * @param userDN DN of the user with whom name identifier registration
299 String userDN,
310 * @param userDN user DN
324 String userDN,
335 * @param userDN user DN
350 String userDN,
271 postRegisterNameIdentifierSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSNameRegistrationRequest regRequest, FSNameRegistrationResponse regResponse, String regProfile) argument
295 postTerminationNotificationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSFederationTerminationNotification notification, String termProfile) argument
320 preSingleLogoutProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
346 postSingleLogoutSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java68 * @param userDN user ID
74 public boolean isUserExists(String userDN, String metaAlias) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java195 String userDN = null;
211 userDN = idMapper.getUserID(providerID, resourceID, message);
212 if (userDN == null) {
226 DiscoUtils.debug.message("DiscoService.lookup: userDN="
227 + userDN);
242 Map discoEntriesMap = entryHandler.getDiscoEntries(userDN,
250 + "NoResults for user:" + userDN);
253 String[] data = { userDN };
258 results.size() + "ResourceOfferings for userDN:" + userDN);
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java195 String userDN = null;
211 userDN = idMapper.getUserID(providerID, resourceID, message);
212 if (userDN == null) {
226 DiscoUtils.debug.message("DiscoService.lookup: userDN="
227 + userDN);
242 Map discoEntriesMap = entryHandler.getDiscoEntries(userDN,
250 + "NoResults for user:" + userDN);
253 String[] data = { userDN };
258 results.size() + "ResourceOfferings for userDN:" + userDN);
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentitySubject.java246 String userDN = null;
265 userDN = principal.getName();
267 if (userDN == null) {
270 +"userDN is null");
283 + "entering with userDN = " + userDN);
298 + "checking membership with userDN = " + userDN
307 + " for userDN = " + userDN
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java129 String userDN = null;
156 userDN = principal.getName();
158 if (userDN == null) {
161 + "userDN is null");
174 + "entering with userDN = " + userDN);
189 + "checking membership with userDN = " + userDN
198 + " for userDN = " + userDN
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentitySubject.java247 String userDN = null;
266 userDN = principal.getName();
268 if (userDN == null) {
271 +"userDN is null");
283 + "entering with userDN = " + userDN);
298 + "checking membership with userDN = " + userDN
307 + " for userDN = " + userDN
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java134 String userDN = null;
161 userDN = principal.getName();
163 if (userDN == null) {
166 + "userDN is null");
178 + "entering with userDN = " + userDN);
193 + "checking membership with userDN = " + userDN
202 + " for userDN = " + userDN
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java96 * @param userDN The DN of the user associated with the provided
101 public void put(DN userDN, ClientConnection clientConnection) argument
107 userMap.get(userDN);
112 userMap.put(userDN, connectionSet);
130 * @param userDN The DN of the user associated with the provided
135 public void remove(DN userDN, ClientConnection clientConnection) argument
141 userMap.get(userDN);
147 userMap.remove(userDN);
164 * @param userDN The DN of the user for which to retrieve the corresponding
170 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java110 * @param userDN The DN of the user associated with the provided
115 public void put(DN userDN, ClientConnection clientConnection) argument
120 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
125 userMap.put(userDN, connectionSet);
143 * @param userDN The DN of the user associated with the provided
148 public void remove(DN userDN, ClientConnection clientConnection) argument
153 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
159 userMap.remove(userDN);
176 * @param userDN The DN of the user for which to retrieve the corresponding
182 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java96 * @param userDN The DN of the user associated with the provided
101 public void put(DN userDN, ClientConnection clientConnection) argument
107 userMap.get(userDN);
112 userMap.put(userDN, connectionSet);
130 * @param userDN The DN of the user associated with the provided
135 public void remove(DN userDN, ClientConnection clientConnection) argument
141 userMap.get(userDN);
147 userMap.remove(userDN);
164 * @param userDN The DN of the user for which to retrieve the corresponding
170 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java96 * @param userDN The DN of the user associated with the provided
101 public void put(DN userDN, ClientConnection clientConnection) argument
107 userMap.get(userDN);
112 userMap.put(userDN, connectionSet);
130 * @param userDN The DN of the user associated with the provided
135 public void remove(DN userDN, ClientConnection clientConnection) argument
141 userMap.get(userDN);
147 userMap.remove(userDN);
164 * @param userDN The DN of the user for which to retrieve the corresponding
170 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java110 * @param userDN The DN of the user associated with the provided
115 public void put(DN userDN, ClientConnection clientConnection) argument
120 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
125 userMap.put(userDN, connectionSet);
143 * @param userDN The DN of the user associated with the provided
148 public void remove(DN userDN, ClientConnection clientConnection) argument
153 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
159 userMap.remove(userDN);
176 * @param userDN The DN of the user for which to retrieve the corresponding
182 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAuthenticatedUsers.java110 * @param userDN The DN of the user associated with the provided
115 public void put(DN userDN, ClientConnection clientConnection) argument
120 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
125 userMap.put(userDN, connectionSet);
143 * @param userDN The DN of the user associated with the provided
148 public void remove(DN userDN, ClientConnection clientConnection) argument
153 CopyOnWriteArraySet<ClientConnection> connectionSet = userMap.get(userDN);
159 userMap.remove(userDN);
176 * @param userDN The DN of the user for which to retrieve the corresponding
182 public CopyOnWriteArraySet<ClientConnection> get(DN userDN) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DSSOTaskHandler.java124 String userDN = ssoValidationResult.getUserPrincipal();
127 + userDN);
132 if (userDN != null && isSessionBindingEnabled()) {
139 // userDN in a new session
144 session.setAttribute(HTTPSESSION_BINDING_ATTRIBUTE, userDN);
148 + userDN + " in the HTTP Session");
150 } else if (!userDN.equals(currentUserDN)) {
155 + userDN + " old " + currentUserDN);
161 session.setAttribute(HTTPSESSION_BINDING_ATTRIBUTE, userDN);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPersonalProfile.java135 String userDN = getUserDN(resourceID);
136 if(userDN == null) {
138 IDPPUtils.debug.message("PersonalProfile: queryData:userDN" +
144 IDPPUtils.debug.message("PersonalProfile:queryData: userDN=" +
145 userDN);
151 userMap = getUserData(userDN, dstQueryItems);
193 IDPPContainer container = getIDPPContainer(ppContainer, userDN);
337 * @param userDN User DN.
341 String ppContainer, String userDN) {
356 container.setUserDN(userDN);
340 getIDPPContainer( String ppContainer, String userDN) argument
417 getUserData(String userDN, List dstQueryItems) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPersonalProfile.java138 String userDN = getUserDN(resourceID);
139 if(userDN == null) {
141 IDPPUtils.debug.message("PersonalProfile: queryData:userDN" +
147 IDPPUtils.debug.message("PersonalProfile:queryData: userDN=" +
148 userDN);
154 userMap = getUserData(userDN, dstQueryItems);
196 IDPPContainer container = getIDPPContainer(ppContainer, userDN);
340 * @param userDN User DN.
344 String ppContainer, String userDN) {
359 container.setUserDN(userDN);
343 getIDPPContainer( String ppContainer, String userDN) argument
420 getUserData(String userDN, List dstQueryItems) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DStaticGroup.java382 public boolean isMember(DN userDN, Set<DN> examinedGroups) throws DirectoryException argument
385 CompactDn compactUserDN = toCompactDn(userDN);
399 if (group != null && group.isMember(userDN, examinedGroups))
500 DN userDN = userEntry.getName();
501 CompactDn compactUserDN = toCompactDn(userDN);
505 LocalizableMessage message = ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS.get(userDN, groupEntryDN);
509 ModifyOperation modifyOperation = newModifyOperation(ModificationType.ADD, userDN);
514 ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED.get(userDN, groupEntryDN, modifyOperation.getErrorMessage()));
525 public void removeMember(DN userDN) throws UnsupportedOperationException, DirectoryException argument
527 ifNull(userDN);
558 newModifyOperation(ModificationType modType, DN userDN) argument
[all...]

Completed in 153 milliseconds

1234567891011