/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
H A D | DataStoreProvider.java | 58 * @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/ |
H A D | DataStoreProvider.java | 58 * @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-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMUserPasswordValidation.java | 34 * This class provides a <code>userID</code> and password validation plugin 39 * modules that validate the <code>userID</code> and/or password for the user. 41 * <code>userID</code> or password value is being added/modified using 56 * <code>userID</code> or password supplied by the user. The Exception 72 * Method to validate the <code>userID</code>. 74 * @param userID 81 public void validateUserID(String userID) throws AMException { argument 85 * /** Method to validate the <code>userID</code>. 87 * @param userID 97 public void validateUserID(String userID, Ma argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMUserPasswordValidation.java | 34 * This class provides a <code>userID</code> and password validation plugin 39 * modules that validate the <code>userID</code> and/or password for the user. 41 * <code>userID</code> or password value is being added/modified using 56 * <code>userID</code> or password supplied by the user. The Exception 72 * Method to validate the <code>userID</code>. 74 * @param userID 81 public void validateUserID(String userID) throws AMException { argument 85 * /** Method to validate the <code>userID</code>. 87 * @param userID 97 public void validateUserID(String userID, Ma argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/ |
H A D | DiscoEntryHandler.java | 63 * @param userID The user whose discovery entries will be returned. 73 public Map getDiscoEntries(String userID, List reqServiceTypes); argument 78 * @param userID The user whose discovery entries will be set. 96 public Map modifyDiscoEntries(String userID, argument
|
H A D | NameIdentifierMapper.java | 56 * @param userID The user whose mapped <code>NameIdentifier</code> will 65 String idpProviderID, NameIdentifier nameId, String userID); 64 getNameIdentifier(String spProviderID, String idpProviderID, NameIdentifier nameId, String userID) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/ |
H A D | DiscoEntryHandler.java | 63 * @param userID The user whose discovery entries will be returned. 73 public Map getDiscoEntries(String userID, List reqServiceTypes); argument 78 * @param userID The user whose discovery entries will be set. 96 public Map modifyDiscoEntries(String userID, argument
|
H A D | NameIdentifierMapper.java | 56 * @param userID The user whose mapped <code>NameIdentifier</code> will 65 String idpProviderID, NameIdentifier nameId, String userID); 64 getNameIdentifier(String spProviderID, String idpProviderID, NameIdentifier nameId, String userID) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/ |
H A D | FedletDataStoreProvider.java | 73 * @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/plugin/datastore/impl/ |
H A D | FedletDataStoreProvider.java | 73 * @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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/ |
H A D | FSAccountManager.java | 151 * @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/accountmgmt/ |
H A D | FSAccountManager.java | 151 * @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/saml2/common/ |
H A D | AccountUtils.java | 69 * @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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/ |
H A D | AccountUtils.java | 69 * @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-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/ |
H A D | IdRepoDataStoreProvider.java | 92 * @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/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/ |
H A D | IdRepoDataStoreProvider.java | 92 * @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/liberty/ws/interfaces/ |
H A D | ResourceIDMapper.java | 36 * used to map between an <code>userID</code> and the <code>ResourceID</code> 51 * @param userID ID of the user. 54 public String getResourceID(String providerID, String userID); argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | SPAttributeMapper.java | 61 * @param userID universal identifier or the distinguished name (DN) 71 java.lang.String userID, 69 getAttributes( java.util.List attributes, java.lang.String userID, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/ |
H A D | ResourceIDMapper.java | 36 * used to map between an <code>userID</code> and the <code>ResourceID</code> 51 * @param userID ID of the user. 54 public String getResourceID(String providerID, String userID); argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | SPAttributeMapper.java | 61 * @param userID universal identifier or the distinguished name (DN) 71 java.lang.String userID, 69 getAttributes( java.util.List attributes, java.lang.String userID, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/ |
H A D | AccountUtils.java | 60 * @param userID user id for which account federation needs to be returned. 68 String userID, 77 if(userID == null) { 94 userID, getNameIDInfoAttribute()); 107 " filter = " + filter + " userID = " + userID); 145 * @param userID user identifier for which the account federation to be set. 149 NameIDInfo info, String userID) throws WSFederationException { 159 if(userID == null) { 185 getAttributes(userID, se 67 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument 148 setAccountFederation( NameIDInfo info, String userID) argument 254 removeAccountFederation( NameIDInfo info, String userID) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/ |
H A D | AccountUtils.java | 60 * @param userID user id for which account federation needs to be returned. 68 String userID, 77 if(userID == null) { 94 userID, getNameIDInfoAttribute()); 107 " filter = " + filter + " userID = " + userID); 145 * @param userID user identifier for which the account federation to be set. 149 NameIDInfo info, String userID) throws WSFederationException { 159 if(userID == null) { 185 getAttributes(userID, se 67 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument 148 setAccountFederation( NameIDInfo info, String userID) argument 254 removeAccountFederation( NameIDInfo info, String userID) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/ |
H A D | AMUserPasswordValidationPlugin.java | 67 * @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-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/ |
H A D | UserDiscoEntryHandler.java | 62 * @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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/ |
H A D | FSSession.java | 58 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;
|