Searched defs:userID (Results 101 - 123 of 123) sorted by relevance

12345

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java338 * Returns list of sessions associated with <code>userID</code>.
339 * @param userID user ID
342 public List getSessionList(String userID){ argument
344 return (List)userIDSessionListMap.get(userID.toLowerCase());
349 * @param userID user ID
352 public void setSessionList (String userID, List sessionList){ argument
354 userIDSessionListMap.put(userID.toLowerCase(), sessionList);
361 * Removes session list associated with <code>userID</code>.
362 * @param userID user ID
364 public void removeSessionList (String userID){ argument
378 getSession(String userID, String sessionID) argument
457 removeProvider( String userID, String entityID, FSSession localSession) argument
493 removeSession(String userID, FSSession session) argument
518 addSession(String userID, FSSession session) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java95 protected String userID = null; field in class:FSNameRegistrationHandler
219 * @param userID the user who is initiating
221 public void setUserID(String userID) argument
223 this.userID = userID;
298 this.userID = managerInst.getUserID(acctkey, realm, env);
299 if (this.userID == null) {
304 FSUtils.debug.message("user id is "+ userID);
308 userID, remoteEntityId, opaqueHandle);
352 this.userID
2025 callPostRegisterNameIdentifierSuccess( HttpServletRequest request, HttpServletResponse response, String userID, FSNameRegistrationRequest regRequest, FSNameRegistrationResponse regResponse, String regProfile) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java1007 * @param userID id of the user subject to registration
1016 String userID,
1025 metaAlias).readAccountFedInfo(userID, remoteEntityId);
1015 isRegisProfileSOAP( String userID, String remoteEntityId, SPDescriptorType remoteDescriptor, String metaAlias, IDPDescriptorType hostedDescriptor) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DJdbcSimpleUserDao.java322 * @param userID is user id
326 public void updateUser(String userID, String userIDAttributeName, argument
331 + " id=" + userID
335 if (userID == null || userID.trim().length() == 0
342 + " command. userID=" + userID + " userIDAttributeName="
347 userID = userID.trim();
409 stmt.setString(uidIndexPosition, userID); //ad
428 deleteUser(String userID, String userIDAttributeName) argument
646 getAttributes(String userID, String userIDAttributeName, Set<String> attributesToFetch) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java341 * Returns list of sessions associated with <code>userID</code>.
342 * @param userID user ID
345 public List getSessionList(String userID){ argument
347 return (List)userIDSessionListMap.get(userID.toLowerCase());
352 * @param userID user ID
355 public void setSessionList (String userID, List sessionList){ argument
357 userIDSessionListMap.put(userID.toLowerCase(), sessionList);
364 * Removes session list associated with <code>userID</code>.
365 * @param userID user ID
367 public void removeSessionList (String userID){ argument
381 getSession(String userID, String sessionID) argument
460 removeProvider( String userID, String entityID, FSSession localSession) argument
496 removeSession(String userID, FSSession session) argument
521 addSession(String userID, FSSession session) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java95 protected String userID = null; field in class:FSNameRegistrationHandler
219 * @param userID the user who is initiating
221 public void setUserID(String userID) argument
223 this.userID = userID;
298 this.userID = managerInst.getUserID(acctkey, realm, env);
299 if (this.userID == null) {
304 FSUtils.debug.message("user id is "+ userID);
308 userID, remoteEntityId, opaqueHandle);
352 this.userID
2025 callPostRegisterNameIdentifierSuccess( HttpServletRequest request, HttpServletResponse response, String userID, FSNameRegistrationRequest regRequest, FSNameRegistrationResponse regResponse, String regProfile) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java1007 * @param userID id of the user subject to registration
1016 String userID,
1025 metaAlias).readAccountFedInfo(userID, remoteEntityId);
1015 isRegisProfileSOAP( String userID, String remoteEntityId, SPDescriptorType remoteDescriptor, String metaAlias, IDPDescriptorType hostedDescriptor) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutManager.java302 * - logout all sessions for a specific user (specified by userID parameter)
310 * @param userID Universal identifier of the user to be logout.
357 String userID,
392 debug.message("SingleLogoutManager.doIDPSLO: userID=" + userID +
398 tmpRelayState = saveParameters(userSession, userID, isSOAPInitiated,
437 userID = (String) userIDMap.get(tmpRelayState);
452 status = handler.doIDPSingleLogout(userSession, userID,
499 String userID,
515 "userID
355 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
497 saveParameters( Set userSession, String userID, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1425 String userID, List<Attribute> attributes) throws SAML2Exception {
1427 return spAttributeMapper.getAttributes(attributes, userID, spEntityID, idpEntityID, realm);
1424 mapAttributes(String realm, String spEntityID, String idpEntityID, String userID, List<Attribute> attributes) argument
H A DDoManageNameID.java999 String remoteEntityID, String hostRole, String userID)
1012 NameIDInfo oldNameIDInfo = getNameIDInfo(userID, hostEntityID,
1045 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1047 logError("unableToTerminate", LogUtil.UNABLE_TO_TERMINATE, userID);
1055 userID);
1078 AccountUtils.setAccountFederation(newNameIDinfo, userID);
1089 logAccess("requestSuccess", LogUtil.SUCCESS_NEW_NAMEID, userID);
1106 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1153 logAccess("requestSuccess", LogUtil.SUCCESS_NEW_NAMEID, userID);
1173 String userID
997 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1717 getNameIDInfo(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID, boolean invalidAffiIDAllowed) argument
1758 removeFedAccount(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID) argument
1794 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java92 private String userID = null; field in class:FSSingleLogoutHandler
171 * @param userID who is presently logging out
181 String userID,
193 this.userID = userID;
251 remoteEntityId, ssoToken, userID);
294 if (FSLogoutUtil.liveConnectionsExist(userID, metaAlias))
298 userID, metaAlias, ssoToken);
329 sessionManager.getSessionList(userID), sessionIndex);
353 ssoToken, userID);
177 handleSingleLogout( HttpServletResponse response, HttpServletRequest request, FSSessionPartner currentSessionProvider, String userID, String sessionIndex, boolean isWMLAgent, Object ssoToken) argument
1167 doIDPProxySoapProfile( HttpServletRequest request, HttpServletResponse response, FSSessionPartner currentSessionProvider, String userID, String sessionIndex, Object ssoToken) argument
1356 processHttpSingleLogoutRequest( HttpServletResponse response, HttpServletRequest request, FSLogoutNotification reqLogout, FSSessionPartner currentSessionProvider, String userID, Object ssoToken, String sourceEntityId, String sessionIndex, boolean isWMLAgent, String relayState, String isSourceIDP) argument
1490 processSingleLogoutRequest( FSLogoutNotification reqLogout, FSSessionPartner currentSessionProvider, String userID, String sourceEntityId, String sessionIndex, boolean isWMLAgent, String isSourceIDP) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java92 private String userID = null; field in class:FSSingleLogoutHandler
171 * @param userID who is presently logging out
181 String userID,
193 this.userID = userID;
251 remoteEntityId, ssoToken, userID);
294 if (FSLogoutUtil.liveConnectionsExist(userID, metaAlias))
298 userID, metaAlias, ssoToken);
329 sessionManager.getSessionList(userID), sessionIndex);
353 ssoToken, userID);
177 handleSingleLogout( HttpServletResponse response, HttpServletRequest request, FSSessionPartner currentSessionProvider, String userID, String sessionIndex, boolean isWMLAgent, Object ssoToken) argument
1167 doIDPProxySoapProfile( HttpServletRequest request, HttpServletResponse response, FSSessionPartner currentSessionProvider, String userID, String sessionIndex, Object ssoToken) argument
1356 processHttpSingleLogoutRequest( HttpServletResponse response, HttpServletRequest request, FSLogoutNotification reqLogout, FSSessionPartner currentSessionProvider, String userID, Object ssoToken, String sourceEntityId, String sessionIndex, boolean isWMLAgent, String relayState, String isSourceIDP) argument
1490 processSingleLogoutRequest( FSLogoutNotification reqLogout, FSSessionPartner currentSessionProvider, String userID, String sourceEntityId, String sessionIndex, boolean isWMLAgent, String isSourceIDP) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1427 String userID, List<Attribute> attributes) throws SAML2Exception {
1429 return spAttributeMapper.getAttributes(attributes, userID, spEntityID, idpEntityID, realm);
1426 mapAttributes(String realm, String spEntityID, String idpEntityID, String userID, List<Attribute> attributes) argument
H A DDoManageNameID.java1001 String remoteEntityID, String hostRole, String userID)
1014 NameIDInfo oldNameIDInfo = getNameIDInfo(userID, hostEntityID,
1047 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1049 logError("unableToTerminate", LogUtil.UNABLE_TO_TERMINATE, userID);
1057 userID);
1080 AccountUtils.setAccountFederation(newNameIDinfo, userID);
1091 logAccess("requestSuccess", LogUtil.SUCCESS_NEW_NAMEID, userID);
1108 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1155 logAccess("requestSuccess", LogUtil.SUCCESS_NEW_NAMEID, userID);
1175 String userID
999 processManageNameIDRequest( ManageNameIDRequest mniRequest, String realm, String hostEntityID, String remoteEntityID, String hostRole, String userID) argument
1719 getNameIDInfo(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID, boolean invalidAffiIDAllowed) argument
1760 removeFedAccount(String userID, String hostEntityID, String remoteEntityID, String hostRole, String realm, String affiliationID) argument
1796 getNameID(String userID, String hostEntityID, String remoteEntityID, String hostEntityRole, String affiliationID, String realm) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2002 * Sets the <code>userID</code> of user who failed authentication.
2003 * This <code>userID</code> will be used to log failed authentication in
2006 * @param userID user name of user who failed authentication.
2009 public void setFailureID(String userID) { argument
2011 if (userID == null) {
2014 debug.message("setFailureID : " + userID);
2019 debug.error("Unable to set set userId : " + userID);
2023 loginState.setFailedUserId(userID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2008 * Sets the <code>userID</code> of user who failed authentication.
2009 * This <code>userID</code> will be used to log failed authentication in
2012 * @param userID user name of user who failed authentication.
2015 public void setFailureID(String userID) { argument
2017 if (userID == null) {
2020 debug.message("setFailureID : " + userID);
2025 debug.error("Unable to set set userId : " + userID);
2029 loginState.setFailedUserId(userID);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2263 * @param user userID for profile
2392 DEBUG.message("userID(token) is : " + token);
5361 * @param userID User ID.
5363 public void setFailedUserId(String userID) { argument
5365 DEBUG.message("setting userID : " + userID);
5367 setFailureTokenId(userID);
6116 * Indicates userID generate mode is enabled
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2198 * @param user userID for profile
2327 DEBUG.message("userID(token) is : " + token);
5237 * @param userID User ID.
5239 public void setFailedUserId(String userID) { argument
5241 DEBUG.message("setting userID : " + userID);
5243 setFailureTokenId(userID);
5987 * Indicates userID generate mode is enabled
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 177 milliseconds

12345