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

12345

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUserPasswordValidation.java34 * 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 DAMUserPasswordValidation.java34 * 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-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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DResourceIDMapper.java36 * 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/saml2/plugins/
H A DDefaultSPAttributeMapper.java65 * @param userID universal identifier or distinguished name(DN) of the user.
76 String userID,
74 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) 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/wsfederation/plugins/
H A DDefaultSPAttributeMapper.java67 * @param userID universal identifier or distinguished name(DN) of the user.
77 String userID,
75 getAttributes( List attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DSPAttributeMapper.java61 * @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/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-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);
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 DDiscoEntryHandler.java63 * @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 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
H A DNameIdentifierMapper.java56 * @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/liberty/ws/idpp/plugin/
H A DIDPPResourceIDMapper.java49 * @param userID user ID
52 public String getResourceID(String providerID, String userID) { argument
53 if (userID == null) {
55 "null userID");
64 byte byteResult[] = SAMLUtils.stringToByteArray(userID);
87 * @return String userID by decrypting the resource ID,
99 * @return String userID by decrypting the resource ID,
/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/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);
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 DDiscoEntryHandler.java63 * @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 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
H A DNameIdentifierMapper.java56 * @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/idpp/plugin/
H A DIDPPResourceIDMapper.java49 * @param userID user ID
52 public String getResourceID(String providerID, String userID) { argument
53 if (userID == null) {
55 "null userID");
64 byte byteResult[] = SAMLUtils.stringToByteArray(userID);
87 * @return String userID by decrypting the resource ID,
99 * @return String userID by decrypting the resource ID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DResourceIDMapper.java36 * 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/saml2/plugins/
H A DDefaultSPAttributeMapper.java65 * @param userID universal identifier or distinguished name(DN) of the user.
76 String userID,
74 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument

Completed in 66 milliseconds

12345