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

12345

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DWSFederationSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
123 String userID,
139 if (!isSessionUsedInWSFed(userSession, userID)) {
121 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/plugin/datastore/
H A DDataStoreProvider.java58 * @param userID ID value for the user.
63 public Set<String> getAttribute(String userID, String attrName) argument
68 * @param userID ID value for the user.
75 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
80 * @param userID ID value for the user.
85 public byte[][] getBinaryAttribute(String userID, String attrName) argument
90 * @param userID ID value for the user.
96 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) argument
101 * @param userID ID value for the user.
106 public void setAttributes(String userID, Ma argument
126 isUserExists(String userID) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java73 * @param userID Universal identifier of the user.
78 public Set<String> getAttribute(String userID, String attrName) argument
87 * @param userID Universal identifier of the user.
93 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
102 * @param userID Universal identifier of the user.
107 public byte[][] getBinaryAttribute(String userID, String attrName) argument
116 * @param userID Universal identifier of the user.
122 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) argument
131 * @param userID Universal identifier of the user.
136 public void setAttributes(String userID, Ma argument
167 isUserExists(String userID) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java69 * @param userID user id for which account federation needs to be returned.
77 String userID,
83 if(userID == null) {
100 userID, getNameIDInfoAttribute());
113 " filter = " + filter + " userID = " + userID);
148 * @param userID user identifier for which the account federation to be set.
152 NameIDInfo info, String userID) throws SAML2Exception {
161 if(userID == null) {
187 getAttributes(userID, se
76 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument
151 setAccountFederation( NameIDInfo info, String userID) argument
266 removeAccountFederation( NameIDInfo info, 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-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DOAuth2Saml2GrantSPAdapter.java158 String userID,
173 String userID,
188 String userID,
204 String userID,
153 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
168 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
183 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
199 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleUtils.java60 String userID = null; field in class:IdRepoSampleUtils
91 userID = userid;
134 userID + "'");
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java92 * @param userID Universal identifier of the user.
97 public Set<String> getAttribute(String userID, String attrName) throws DataStoreProviderException { argument
99 if (userID == null) {
111 AMIdentity amId = IdUtils.getIdentity(adminToken, userID);
126 * @param userID Universal identifier of the user.
132 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
135 if (userID == null) {
147 AMIdentity amId = IdUtils.getIdentity(adminToken, userID);
162 * @param userID Universal identifier of the user.
167 public byte[][] getBinaryAttribute(String userID, Strin argument
192 getBinaryAttributes(String userID, Set<String> attrNames) argument
223 setAttributes(String userID, Map<String, Set<String>> attrMap) argument
316 isUserExists(String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java151 * @param userID user id
158 String userID,
165 if (userID == null) {
188 Map attrsMap = provider.getAttributes(userID, attrNames);
249 provider.setAttributes(userID, attrMap);
257 String[] args = {userID, fedInfoStr, fedInfoKeyStr };
268 * @param userID user id
275 public void removeAccountFedInfo(String userID, FSAccountFedInfo fedInfo) argument
286 userID, FSAccountUtils.USER_FED_INFO_ATTR);
301 provider.setAttributes(userID, attrMa
157 writeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, FSAccountFedInfo fedInfo) argument
321 writeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, FSAccountFedInfo fedInfo, FSAccountFedInfoKey oldFedInfoKey) argument
338 removeAccountFedInfoKey( String userID, FSAccountFedInfoKey fedInfoKey) argument
399 removeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, String providerID) argument
509 readAccountFedInfo( String userID, String providerID) argument
528 readAccountFedInfo( String userID, String providerID, String nameIDValue) argument
605 readAllFederatedProviderID(String userID) argument
625 readAllFederatedProviderID(String providerID, String userID) argument
683 isFederationActive( String userID, String providerID) argument
750 hasAnyActiveFederation( String userID) argument
[all...]
/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
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-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DOAuth2Saml2GrantSPAdapter.java153 String userID,
168 String userID,
183 String userID,
199 String userID,
148 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
163 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
178 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
194 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) 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-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleUtils.java60 String userID = null; field in class:IdRepoSampleUtils
91 userID = userid;
134 userID + "'");
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java92 * @param userID Universal identifier of the user.
97 public Set<String> getAttribute(String userID, String attrName) throws DataStoreProviderException { argument
99 if (userID == null) {
111 AMIdentity amId = IdUtils.getIdentity(adminToken, userID);
126 * @param userID Universal identifier of the user.
132 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
135 if (userID == null) {
147 AMIdentity amId = IdUtils.getIdentity(adminToken, userID);
162 * @param userID Universal identifier of the user.
167 public byte[][] getBinaryAttribute(String userID, Strin argument
192 getBinaryAttributes(String userID, Set<String> attrNames) argument
223 setAttributes(String userID, Map<String, Set<String>> attrMap) argument
316 isUserExists(String userID) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java151 * @param userID user id
158 String userID,
165 if (userID == null) {
188 Map attrsMap = provider.getAttributes(userID, attrNames);
249 provider.setAttributes(userID, attrMap);
257 String[] args = {userID, fedInfoStr, fedInfoKeyStr };
268 * @param userID user id
275 public void removeAccountFedInfo(String userID, FSAccountFedInfo fedInfo) argument
286 userID, FSAccountUtils.USER_FED_INFO_ATTR);
301 provider.setAttributes(userID, attrMa
157 writeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, FSAccountFedInfo fedInfo) argument
321 writeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, FSAccountFedInfo fedInfo, FSAccountFedInfoKey oldFedInfoKey) argument
338 removeAccountFedInfoKey( String userID, FSAccountFedInfoKey fedInfoKey) argument
399 removeAccountFedInfo( String userID, FSAccountFedInfoKey fedInfoKey, String providerID) argument
509 readAccountFedInfo( String userID, String providerID) argument
528 readAccountFedInfo( String userID, String providerID, String nameIDValue) argument
605 readAllFederatedProviderID(String userID) argument
625 readAllFederatedProviderID(String providerID, String userID) argument
683 isFederationActive( String userID, String providerID) argument
750 hasAnyActiveFederation( String userID) 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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
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/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,
/forgerock/opendj2-jel-hg/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/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/opendj-v3/opendj-server-legacy/src/main/java/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};
303 JTextField[] toAddListener = {firstName, lastName, commonName, userID};
349 JTextField[] textFields = {firstName, lastName, commonName, userID,

Completed in 43 milliseconds

12345