Searched refs:AccountUtils (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAccountMapper.java40 import com.sun.identity.wsfederation.common.AccountUtils;
122 keyMap.put(AccountUtils.getNameIDInfoKeyAttribute(), set);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAccountMapper.java40 import com.sun.identity.wsfederation.common.AccountUtils;
122 keyMap.put(AccountUtils.getNameIDInfoKeyAttribute(), set);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java69 import com.sun.identity.saml2.common.AccountUtils;
1045 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1078 AccountUtils.setAccountFederation(newNameIDinfo, userID);
1106 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1112 String infoKeyAttribute = AccountUtils.getNameIDInfoKeyAttribute();
1588 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1635 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1639 AccountUtils.getNameIDInfoKeyAttribute();
1677 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1732 nameInfo = AccountUtils
[all...]
H A DNameIDMapping.java53 import com.sun.identity.saml2.common.AccountUtils;
279 targetNameIDInfo = AccountUtils.getAccountFederation(userID,
393 NameIDInfo info = AccountUtils.getAccountFederation(userID, spEntityID,
H A DSPACSUtils.java55 import com.sun.identity.saml2.common.AccountUtils;
1348 AccountUtils.setAccountFederation(info, userName);
1477 AccountUtils.getNameIDInfoKeyAttribute();
1498 String infoAttribute = AccountUtils.getNameIDInfoAttribute();
2213 AccountUtils.setAccountFederation(info, userName);
H A DSPSingleLogout.java42 import com.sun.identity.saml2.common.AccountUtils;
263 session, AccountUtils.getNameIDInfoKeyAttribute());
H A DIDPSSOUtil.java33 import com.sun.identity.saml2.common.AccountUtils;
1566 nameIDInfo = AccountUtils.getAccountFederation(userID, idpEntityID, remoteEntityID);
1572 AccountUtils.removeAccountFederation(nameIDInfo, userID);
1596 AccountUtils.setAccountFederation(nameIDInfo, userName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java71 import com.sun.identity.saml2.common.AccountUtils;
1047 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1080 AccountUtils.setAccountFederation(newNameIDinfo, userID);
1108 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1114 String infoKeyAttribute = AccountUtils.getNameIDInfoKeyAttribute();
1590 if (!AccountUtils.removeAccountFederation(oldNameIDInfo, userID)) {
1637 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1641 AccountUtils.getNameIDInfoKeyAttribute();
1679 AccountUtils.setAccountFederation(newNameIDInfo, userID);
1734 nameInfo = AccountUtils
[all...]
H A DNameIDMapping.java55 import com.sun.identity.saml2.common.AccountUtils;
281 targetNameIDInfo = AccountUtils.getAccountFederation(userID,
395 NameIDInfo info = AccountUtils.getAccountFederation(userID, spEntityID,
H A DSPACSUtils.java58 import com.sun.identity.saml2.common.AccountUtils;
1351 AccountUtils.setAccountFederation(info, userName);
1474 AccountUtils.getNameIDInfoKeyAttribute();
1495 String infoAttribute = AccountUtils.getNameIDInfoAttribute();
2191 AccountUtils.setAccountFederation(info, userName);
H A DSPSingleLogout.java42 import com.sun.identity.saml2.common.AccountUtils;
263 session, AccountUtils.getNameIDInfoKeyAttribute());
H A DIDPSSOUtil.java35 import com.sun.identity.saml2.common.AccountUtils;
1599 nameIDInfo = AccountUtils.getAccountFederation(userID, idpEntityID, remoteEntityID);
1605 AccountUtils.removeAccountFederation(nameIDInfo, userID);
1629 AccountUtils.setAccountFederation(nameIDInfo, userName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java25 * $Id: AccountUtils.java,v 1.2 2008/06/25 05:47:45 qcheng Exp $
45 * This class <code>AccountUtils</code> is a utility class for
49 public class AccountUtils { class
81 SAML2Utils.debug.message("AccountUtils.getAccountFederation:");
104 SAML2Utils.debug.message("AccountUtils.getAccount" +
112 SAML2Utils.debug.message("AccountUtils.getAccountFederation: "+
127 SAML2Utils.debug.message("AccountUtils.getAccount" +
138 SAML2Utils.debug.error("AccountUtils.readAccountFederation" +
154 SAML2Utils.debug.message("AccountUtils.setAccountFederation:");
170 SAML2Utils.debug.message("AccountUtils
[all...]
H A DSAML2Utils.java1043 NameIDInfo info = AccountUtils.getAccountFederation(
1122 keyMap.put(AccountUtils.getNameIDInfoKeyAttribute(), set);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java25 * $Id: AccountUtils.java,v 1.2 2008/06/25 05:47:45 qcheng Exp $
45 * This class <code>AccountUtils</code> is a utility class for
49 public class AccountUtils { class
81 SAML2Utils.debug.message("AccountUtils.getAccountFederation:");
104 SAML2Utils.debug.message("AccountUtils.getAccount" +
112 SAML2Utils.debug.message("AccountUtils.getAccountFederation: "+
127 SAML2Utils.debug.message("AccountUtils.getAccount" +
138 SAML2Utils.debug.error("AccountUtils.readAccountFederation" +
154 SAML2Utils.debug.message("AccountUtils.setAccountFederation:");
170 SAML2Utils.debug.message("AccountUtils
[all...]
H A DSAML2Utils.java1079 NameIDInfo info = AccountUtils.getAccountFederation(
1158 keyMap.put(AccountUtils.getNameIDInfoKeyAttribute(), set);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java25 * $Id: AccountUtils.java,v 1.2 2008/06/25 05:48:04 qcheng Exp $
45 * <code>AccountUtils</code> is a utility class for setting and retrieving
49 public class AccountUtils { class
71 String classMethod = "AccountUtils.getAccountFederation: ";
150 String classMethod = "AccountUtils.setAccountFederation: ";
256 String classMethod = "AccountUtils.removeAccountFederation: ";
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java25 * $Id: AccountUtils.java,v 1.2 2008/06/25 05:48:04 qcheng Exp $
45 * <code>AccountUtils</code> is a utility class for setting and retrieving
49 public class AccountUtils { class
71 String classMethod = "AccountUtils.getAccountFederation: ";
150 String classMethod = "AccountUtils.setAccountFederation: ";
256 String classMethod = "AccountUtils.removeAccountFederation: ";
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java35 import com.sun.identity.saml2.common.AccountUtils;
337 setUserAttributes(AccountUtils.convertToAttributes(info, null));
691 AccountUtils.setAccountFederation(info, principalId);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java37 import com.sun.identity.saml2.common.AccountUtils;
359 setUserAttributes(AccountUtils.convertToAttributes(info, null));
714 AccountUtils.setAccountFederation(info, principalId);

Completed in 121 milliseconds