Searched refs:userType (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java49 userType = Type.AUTH_ANONYMOUS;
76 userType = Type.AUTH_BASIC;
78 userType = Type.AUTH_PROXY;
80 userType = Type.AUTH_REBIND;
82 userType = Type.AUTH_ADMIN;
84 userType = Type.AUTH_ANONYMOUS;
126 return userType;
141 private Type userType; field in class:LDAPUser
153 buf.append(userType.toString());
H A DServerConfigMgr.java499 String userType,
503 String fileEncPassword = getUserPassword(userType);
504 String userDN = getUserDN(userType);
509 debug.error("Null password or user DN for user type: " + userType +
554 setUserPassword(userType, newPassword);
560 private String getUserDN(String userType) throws Exception { argument
561 Node dnNode = XMLUtils.getChildNode(getUserNode(userType),
573 private String getUserPassword(String userType) throws Exception { argument
574 Node pwdNode = XMLUtils.getChildNode(getUserNode(userType),
583 private void setUserPassword(String userType, Strin argument
498 changePassword( String userType, String oldPassword, String newPassword ) argument
606 getUserNode(String userType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java49 userType = Type.AUTH_ANONYMOUS;
76 userType = Type.AUTH_BASIC;
78 userType = Type.AUTH_PROXY;
80 userType = Type.AUTH_REBIND;
82 userType = Type.AUTH_ADMIN;
84 userType = Type.AUTH_ANONYMOUS;
126 return userType;
141 private Type userType; field in class:LDAPUser
153 buf.append(userType.toString());
H A DServerConfigMgr.java499 String userType,
503 String fileEncPassword = getUserPassword(userType);
504 String userDN = getUserDN(userType);
509 debug.error("Null password or user DN for user type: " + userType +
554 setUserPassword(userType, newPassword);
560 private String getUserDN(String userType) throws Exception { argument
561 Node dnNode = XMLUtils.getChildNode(getUserNode(userType),
573 private String getUserPassword(String userType) throws Exception { argument
574 Node pwdNode = XMLUtils.getChildNode(getUserNode(userType),
583 private void setUserPassword(String userType, Strin argument
498 changePassword( String userType, String oldPassword, String newPassword ) argument
606 getUserNode(String userType) argument
[all...]
/forgerock/openidm-v4/openidm-script/src/test/resources/container/
H A Dresource.js86 scimUser1Updated.userType = "Employee"
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java169 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, argument
172 this(userType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
194 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, argument
198 this.objectType = userType;
204 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java175 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, argument
178 this(userType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
200 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, argument
204 this.objectType = userType;
208 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,

Completed in 52 milliseconds