Searched refs:userID (Results 76 - 100 of 165) sorted by relevance

1234567

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DNameIDMapping.java139 String userID = null;
142 userID = sessionProvider.getPrincipalName(session);
150 if (userID == null) {
200 userID, realm, spEntityID, idpEntityID, nimURL,
277 String userID = idpAcctMapper.getIdentity(nameID, idpEntityID,
280 if (userID != null) {
281 targetNameIDInfo = AccountUtils.getAccountFederation(userID,
295 "User ID = " + userID + ", name ID = " +
313 String userID, String realm, String spEntityID, String idpEntityID,
320 userID);
312 createNameIDMappingRequest( String userID, String realm, String spEntityID, String idpEntityID, String destination, String targetSPEntityID, String targetNameIDFormat) argument
384 setNameIDForNIMRequest(NameIDMappingRequest nimRequest, String realm, String spEntityID, String idpEntityID, String targetSPEntityID, String targetNameIDFormat, String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java110 String userID = null;
114 userID = getTransientUser(realm, hostEntityID);
117 if (StringUtils.isNotEmpty(userID)) {
118 return userID;
122 userID = getAutoFedUser(realm, hostEntityID, assertion, nameID.getValue(), decryptionKeys);
123 if (StringUtils.isNotEmpty(userID)) {
124 return userID;
128 debug.message("DefaultLibrarySPAccountMapper.getIdentity: use NameID value as userID: "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java110 String userID = null;
114 userID = getTransientUser(realm, hostEntityID);
117 if (StringUtils.isNotEmpty(userID)) {
118 return userID;
122 userID = getAutoFedUser(realm, hostEntityID, assertion, nameID.getValue(), decryptionKeys);
123 if (StringUtils.isNotEmpty(userID)) {
124 return userID;
128 debug.message("DefaultLibrarySPAccountMapper.getIdentity: use NameID value as userID: "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java513 String userID = managerInst.getUserID(acctkey, realm, env);
514 if (userID == null) {
522 userID = managerInst.getUserID(acctkey, realm, env);
523 if (userID == null) {
531 FSUtils.debug.message("user ID is "+ userID);
534 userID, remoteEntityId, nameIDValue);
547 handlerTermination.setUserID(userID);
590 * @param userID user who is terminating federation with remote provider
599 String userID,
620 managerInst.readAccountFedInfo(userID, remoteEntityI
596 getFedTerminationHandler( String remoteEntityId, String remoteProviderRole, String userID, String realm, String hostEntityId, String metaAlias ) argument
674 getNameRegistrationHandler( String remoteEntityId, String remoteProviderRole, String userID, String hostEntityId, String metaAlias ) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java513 String userID = managerInst.getUserID(acctkey, realm, env);
514 if (userID == null) {
522 userID = managerInst.getUserID(acctkey, realm, env);
523 if (userID == null) {
531 FSUtils.debug.message("user ID is "+ userID);
534 userID, remoteEntityId, nameIDValue);
547 handlerTermination.setUserID(userID);
590 * @param userID user who is terminating federation with remote provider
599 String userID,
620 managerInst.readAccountFedInfo(userID, remoteEntityI
596 getFedTerminationHandler( String remoteEntityId, String remoteProviderRole, String userID, String realm, String hostEntityId, String metaAlias ) argument
674 getNameRegistrationHandler( String remoteEntityId, String remoteProviderRole, String userID, String hostEntityId, String metaAlias ) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java65 public void updateUser(String userID, String userIDAttributeName, argument
68 public void deleteUser(String userID, String userIDAttributeName); argument
73 public Map<String, Set<String>> getAttributes(String userID, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java129 String userID = null;
142 userID = dsProvider.getUserID(realm, getSearchParameters(nameID,
151 return userID;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDefault64ResourceIDMapper.java48 * providerID + "/" + the Base64 encoded userID.
61 * @param userID ID of the user.
64 public String getResourceID(String providerID, String userID) { argument
65 if (userID == null) {
66 debug.error("Default64ResourceIDMapper.getResourceID:null userID");
75 byte byteResult[] = SAMLUtils.stringToByteArray(userID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java65 public void updateUser(String userID, String userIDAttributeName, argument
68 public void deleteUser(String userID, String userIDAttributeName); argument
73 public Map<String, Set<String>> getAttributes(String userID, argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDefault64ResourceIDMapper.java48 * providerID + "/" + the Base64 encoded userID.
61 * @param userID ID of the user.
64 public String getResourceID(String providerID, String userID) { argument
65 if (userID == null) {
66 debug.error("Default64ResourceIDMapper.getResourceID:null userID");
75 byte byteResult[] = SAMLUtils.stringToByteArray(userID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java129 String userID = null;
142 userID = dsProvider.getUserID(realm, getSearchParameters(nameID,
151 return userID;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java80 * - logout all sessions for a specific user (specified by userID oarameter)
88 * @param userID Universal identifier of the user to be logout.
131 String userID,
147 if (!isSessionUsedInSAML2(userSession, userID)) {
163 "userID=" + userID + ", session=" + userSession +
172 return handleSOAPInitiatedSingleLogout(userSession, userID,
275 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
297 "handler session " + session + " for user " + userID);
129 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
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java80 * - logout all sessions for a specific user (specified by userID oarameter)
88 * @param userID Universal identifier of the user to be logout.
131 String userID,
147 if (!isSessionUsedInSAML2(userSession, userID)) {
163 "userID=" + userID + ", session=" + userSession +
172 return handleSOAPInitiatedSingleLogout(userSession, userID,
275 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
297 "handler session " + session + " for user " + userID);
129 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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java1068 String userID = accountManager.getUserID(fedKey, realm, env);
1070 if (userID == null) {
1074 userID = accountManager.getUserID(fedKey, realm, env);
1075 if (userID != null) {
1078 userID, affiliationID);
1081 userID, oldInfo);
1088 userID, fedKey, fedInfo);
1103 userID = accountManager.getUserID(oldKey, realm, env);
1104 if (userID != null) {
1106 userID, idpEntityI
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java1070 String userID = accountManager.getUserID(fedKey, realm, env);
1072 if (userID == null) {
1076 userID = accountManager.getUserID(fedKey, realm, env);
1077 if (userID != null) {
1080 userID, affiliationID);
1083 userID, oldInfo);
1090 userID, fedKey, fedInfo);
1105 userID = accountManager.getUserID(oldKey, realm, env);
1106 if (userID != null) {
1108 userID, idpEntityI
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/source/com/sun/identity/saml2/plugins/
H A DOAMAdapter.java326 * @param userID Universal ID of the user with whom the new name identifier
342 String userID,
355 * @param userID Universal ID of the user with whom name id termination
370 String userID,
385 * @param userID universal ID of the user
400 String userID,
415 * @param userID universal ID of the user
430 String userID,
337 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
365 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
395 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
425 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java404 * @param userID Universal ID of the user with whom the new name identifier
420 String userID,
433 * @param userID Universal ID of the user with whom name id termination
448 String userID,
463 * @param userID universal ID of the user
478 String userID,
493 * @param userID universal ID of the user
508 String userID,
415 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
443 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
473 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
503 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java101 * @param userID user id.
111 String userID,
117 accountMgr.readAccountFedInfo(userID, remoteEntityID);
174 String userID = accountMgr.getUserID(acctkey, realm, env);
175 return getNameIdentifier(userID, remoteEntityID, local);
110 getNameIdentifier( String userID, String remoteEntityID, boolean local) argument
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/source/com/sun/identity/saml2/plugins/
H A DOAMAdapter.java326 * @param userID Universal ID of the user with whom the new name identifier
342 String userID,
355 * @param userID Universal ID of the user with whom name id termination
370 String userID,
385 * @param userID universal ID of the user
400 String userID,
415 * @param userID universal ID of the user
430 String userID,
337 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
365 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
395 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
425 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java404 * @param userID Universal ID of the user with whom the new name identifier
420 String userID,
433 * @param userID Universal ID of the user with whom name id termination
448 String userID,
463 * @param userID universal ID of the user
478 String userID,
493 * @param userID universal ID of the user
508 String userID,
415 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
443 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
473 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
503 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java101 * @param userID user id.
111 String userID,
117 accountMgr.readAccountFedInfo(userID, remoteEntityID);
174 String userID = accountMgr.getUserID(acctkey, realm, env);
175 return getNameIdentifier(userID, remoteEntityID, local);
110 getNameIdentifier( String userID, String remoteEntityID, boolean local) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewUserPanel.java91 private JTextField userID = Utilities.createLongTextField(); field in class:NewUserPanel
100 Component[] comps = {firstName, lastName, commonName, userID,
105 {commonName, firstName, lastName, userID};
322 JTextField[] toAddListener = {firstName, lastName, commonName, userID};
372 JTextField[] textFields = {firstName, lastName, commonName, userID,
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewUserPanel.java90 private JTextField userID = Utilities.createLongTextField(); field in class:NewUserPanel
99 Component[] comps = {firstName, lastName, commonName, userID,
104 {commonName, firstName, lastName, userID};
321 JTextField[] toAddListener = {firstName, lastName, commonName, userID};
371 JTextField[] textFields = {firstName, lastName, commonName, userID,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewUserPanel.java91 private JTextField userID = Utilities.createLongTextField(); field in class:NewUserPanel
100 Component[] comps = {firstName, lastName, commonName, userID,
105 {commonName, firstName, lastName, userID};
322 JTextField[] toAddListener = {firstName, lastName, commonName, userID};
372 JTextField[] textFields = {firstName, lastName, commonName, userID,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewUserPanel.java90 private JTextField userID = Utilities.createLongTextField(); field in class:NewUserPanel
99 Component[] comps = {firstName, lastName, commonName, userID,
104 {commonName, firstName, lastName, userID};
321 JTextField[] toAddListener = {firstName, lastName, commonName, userID};
371 JTextField[] textFields = {firstName, lastName, commonName, userID,

Completed in 55 milliseconds

1234567