Searched refs:userID (Results 26 - 50 of 165) sorted by relevance

1234567

/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAMUserPasswordValidationPlugin.java67 * @param userID
70 * parameters for which the userID validation is enforced.
76 public void validateUserID(String userID, Map envParams) throws AMException argument
85 if (userID == null || userID.length() == 0) {
88 + userID);
100 if (userID.indexOf(obj) > -1) {
109 Object args[] = { userID, errorString.toString() };
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DUserDiscoEntryHandler.java62 * @param userID The user whose discovery entries will be returned.
72 public Map getDiscoEntries(String userID, List reqServiceTypes) { argument
81 store, userID, USER_ATTR_NAME,results))
86 store, userID, USER_ATTR_NAME, results.values()))
105 * @param userID The user whose discovery entries will be set.
122 public Map modifyDiscoEntries(String userID, List removes, List inserts) { argument
133 store, userID, USER_ATTR_NAME, discoEntries);
174 store, userID, USER_ATTR_NAME, results))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java58 private String userID = null; field in class:FSSession
349 * @param userID user ID to be set
352 public void setUserID(String userID) { argument
354 FSUtils.debug.message("FSSession.setUserID : " + userID);
356 this.userID = userID;
365 return userID;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAccountMapper.java90 String userID = null;
93 userID = sessionProv.getPrincipalName(session);
111 byte[][] attributeValues = dsProvider.getBinaryAttribute(userID, attrName);
116 Set<String> attributeValues = dsProvider.getAttribute(userID, attrName);
122 String [] args = { attrName, userID };
154 attrValues = dsProvider.getAttribute(userID, domainAttribute);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java83 * @param userID the principal whose session needs to be destroyed
92 String userID,
100 " for user : " + userID + " SessionIndex = " + sessionIndex);
103 userID, metaAlias, sessionIndex);
120 + userID);
122 cleanSessionMap(userID, metaAlias, session);
383 * @param userID principal whose working account we want to retrieve
390 String userID,
411 userID, affiliationID);
431 accountInst.readAccountFedInfo(userID, entityI
91 destroyPrincipalSession( String userID, String metaAlias, String sessionIndex, HttpServletRequest request, HttpServletResponse response) argument
389 getCurrentWorkingAccount( String userID, String entityID, String metaAlias) argument
455 getCurrentProvider( String userID, String metaAlias) argument
462 getCurrentProvider( String userID, String metaAlias, Object ssoToken) argument
470 getCurrentProvider( String userID, String metaAlias, Object ssoToken, FSSession curSession) argument
576 liveConnectionsExist( String userID, String metaAlias) argument
618 cleanSessionMapProviders( String userID, Vector sessionList, String metaAlias) argument
650 getLogoutGETProviders( String userID, String entityId, String sessionIndex, String realm, String metaAlias) argument
871 buildSignedResponse( String retURL, String bArgStatus, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
1096 removeCurrentSessionPartner( String metaAlias, String remoteEntityId, Object ssoToken, String userID) argument
[all...]
H A DFSProcessLogoutServlet.java202 String userID = null;
245 userID =
323 userID,
371 * @param userID user id
385 String userID,
417 minorVersion, hostedConfig, hostedEntityId, userID);
432 String[] data = { userID };
437 minorVersion, hostedConfig, hostedEntityId, userID);
444 String[] data = { userID };
449 minorVersion, hostedConfig, hostedEntityId, userID);
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
672 callPreSingleLogoutProcess( HttpServletRequest request, HttpServletResponse response, String hostedRole, BaseConfigType hostedConfig, String hostedEntityId, String userID, FSLogoutNotification reqLogout) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java83 * @param userID the principal whose session needs to be destroyed
92 String userID,
100 " for user : " + userID + " SessionIndex = " + sessionIndex);
103 userID, metaAlias, sessionIndex);
120 + userID);
122 cleanSessionMap(userID, metaAlias, session);
383 * @param userID principal whose working account we want to retrieve
390 String userID,
411 userID, affiliationID);
431 accountInst.readAccountFedInfo(userID, entityI
91 destroyPrincipalSession( String userID, String metaAlias, String sessionIndex, HttpServletRequest request, HttpServletResponse response) argument
389 getCurrentWorkingAccount( String userID, String entityID, String metaAlias) argument
455 getCurrentProvider( String userID, String metaAlias) argument
462 getCurrentProvider( String userID, String metaAlias, Object ssoToken) argument
470 getCurrentProvider( String userID, String metaAlias, Object ssoToken, FSSession curSession) argument
576 liveConnectionsExist( String userID, String metaAlias) argument
618 cleanSessionMapProviders( String userID, Vector sessionList, String metaAlias) argument
650 getLogoutGETProviders( String userID, String entityId, String sessionIndex, String realm, String metaAlias) argument
871 buildSignedResponse( String retURL, String bArgStatus, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
1096 removeCurrentSessionPartner( String metaAlias, String remoteEntityId, Object ssoToken, String userID) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java63 userID = (String) atts.get(DSConfigMgr.NAME);
130 return userID;
137 private String userID; field in class:LDAPUser
149 buf.append(userID);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutHandler.java56 * - logout all sessions for a specific user (specified by userID oarameter)
64 * @param userID Universal identifier of the user to be logout.
107 String userID,
105 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
H A DIDFFSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
124 String userID,
149 ", userID=" + userID + ", session=" + userSession +
159 if (!FSLogoutUtil.liveConnectionsExist(userID, idpMetaAlias)) {
164 return handleSOAPInitiatedSingleLogout(userSession, userID,
188 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
202 List sessions = manager.getSessionList(userID);
215 userID, idpEntityI
122 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
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2ServiceProviderAdapter.java263 * @param userID Universal ID of the user with whom the new name identifier
279 String userID,
292 * @param userID Universal ID of the user with whom name id termination
307 String userID,
322 * @param userID universal ID of the user
337 String userID,
352 * @param userID universal ID of the user
367 String userID,
274 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
302 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
332 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
362 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
H A DSPAttributeMapper.java66 * @param userID universal identifier or the distinguished name (DN)
77 String userID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
/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/liberty/ws/disco/plugins/
H A DDefaultHexResourceIDMapper.java46 * providerID + "/" + the hex string of userID.
60 * @param userID ID of the user.
63 public String getResourceID(String providerID, String userID) { argument
64 if (userID == null) {
65 debug.error("DefaultHexResourceIDMapper.getResourceID:null userID");
76 SAMLUtils.stringToByteArray(userID)));
79 SAMLUtils.stringToByteArray(userID)));
H A DIDFFNameIdentifierMapper.java68 * @param userID The user whose mapped <code>NameIdentifier</code> will
77 String idpProviderID, NameIdentifier nameId, String userID) {
82 idpProviderID + ", userID=" + userID);
90 (userID == null)) {
114 fsaccountmgr.readAccountFedInfo(userID, spProviderID);
76 getNameIdentifier(String spProviderID, String idpProviderID, NameIdentifier nameId, String userID) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java63 userID = (String) atts.get(DSConfigMgr.NAME);
130 return userID;
137 private String userID; field in class:LDAPUser
149 buf.append(userID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDefaultHexResourceIDMapper.java46 * providerID + "/" + the hex string of userID.
60 * @param userID ID of the user.
63 public String getResourceID(String providerID, String userID) { argument
64 if (userID == null) {
65 debug.error("DefaultHexResourceIDMapper.getResourceID:null userID");
76 SAMLUtils.stringToByteArray(userID)));
79 SAMLUtils.stringToByteArray(userID)));
H A DIDFFNameIdentifierMapper.java68 * @param userID The user whose mapped <code>NameIdentifier</code> will
77 String idpProviderID, NameIdentifier nameId, String userID) {
82 idpProviderID + ", userID=" + userID);
90 (userID == null)) {
114 fsaccountmgr.readAccountFedInfo(userID, spProviderID);
76 getNameIdentifier(String spProviderID, String idpProviderID, NameIdentifier nameId, String userID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutHandler.java56 * - logout all sessions for a specific user (specified by userID oarameter)
64 * @param userID Universal identifier of the user to be logout.
107 String userID,
105 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
H A DIDFFSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
124 String userID,
149 ", userID=" + userID + ", session=" + userSession +
159 if (!FSLogoutUtil.liveConnectionsExist(userID, idpMetaAlias)) {
164 return handleSOAPInitiatedSingleLogout(userSession, userID,
188 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
202 List sessions = manager.getSessionList(userID);
215 userID, idpEntityI
122 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
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2ServiceProviderAdapter.java263 * @param userID Universal ID of the user with whom the new name identifier
279 String userID,
292 * @param userID Universal ID of the user with whom name id termination
307 String userID,
322 * @param userID universal ID of the user
337 String userID,
352 * @param userID universal ID of the user
367 String userID,
274 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
302 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
332 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
362 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
H A DSPAttributeMapper.java66 * @param userID universal identifier or the distinguished name (DN)
77 String userID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
/forgerock/openam-v13/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-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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAccountMapper.java87 String userID = null;
90 userID = sessionProv.getPrincipalName(session);
108 Set attrValues = dsProvider.getAttribute(userID, attrName);
112 String [] args = { attrName, userID };
145 attrValues = dsProvider.getAttribute(userID, domainAttribute);

Completed in 84 milliseconds

1234567