Searched refs:profileName (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPServiceModel.java47 * @param profileName Name of profile.
52 Set getDeviceNames(String profileName, String styleName, String wildcard); argument
H A DMAPServiceModelImpl.java64 * @param profileName Name of profile.
70 String profileName,
77 Map map = clientTypesManager.getClients(profileName, styleName);
82 String[] params = {profileName, styleName, wildcard};
69 getDeviceNames( String profileName, String styleName, String wildcard ) argument
H A DMAPCreateDeviceModel.java41 * @param profileName Name of Profile.
46 String getCreateDevicePropertyXML(String profileName, String style) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPServiceModel.java47 * @param profileName Name of profile.
52 Set getDeviceNames(String profileName, String styleName, String wildcard); argument
H A DMAPServiceModelImpl.java64 * @param profileName Name of profile.
70 String profileName,
77 Map map = clientTypesManager.getClients(profileName, styleName);
82 String[] params = {profileName, styleName, wildcard};
69 getDeviceNames( String profileName, String styleName, String wildcard ) argument
H A DMAPCreateDeviceModel.java41 * @param profileName Name of Profile.
46 String getCreateDevicePropertyXML(String profileName, String style) argument
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DAgentRemoteConfigUtils.java72 * @param profileName The name of the agent profile that needs to be retrieved.
76 public static Properties getAgentProperties(Vector<URL> urls, String tokenId, String profileName, String realm) argument
85 xml = getAttributesInXMLFromRest(url, tokenId, profileName, realm);
279 private static String getAttributesInXMLFromRest(URL url, String tokenId, String profileName, String realm) { argument
283 + "?name=" + URLEncoder.encode(profileName, "UTF-8")
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DMAPClientManagerViewBean.java232 String profileName = getProfileName(nodeID);
233 setPageSessionAttribute(PAGE_SESSION_PROFILE_NAME, profileName);
338 String profileName = null;
342 iter.hasNext() && (profileName == null);
346 profileName = val;
351 return profileName;
H A DMAPCreateDeviceViewBean.java134 String profileName = (String)getPageSessionAttribute(
136 Set styles = model.getStyleNames(profileName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DMAPClientManagerViewBean.java232 String profileName = getProfileName(nodeID);
233 setPageSessionAttribute(PAGE_SESSION_PROFILE_NAME, profileName);
338 String profileName = null;
342 iter.hasNext() && (profileName == null);
346 profileName = val;
351 return profileName;
H A DMAPCreateDeviceViewBean.java134 String profileName = (String)getPageSessionAttribute(
136 Set styles = model.getStyleNames(profileName);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java1000 Map attributes, String profileName) throws UMSException,
1005 String entryDN = getNamingAttribute(AMObject.USER) + "=" + profileName
1012 profileName);
1080 int objectType, Map attributes, String profileName)
1086 makeNamingFirst(attrSet, getNamingAttribute(objectType), profileName);
1128 String profileName) throws UMSException, AMException {
1131 profileName);
1146 Map attributes, String profileName) throws UMSException,
1151 String entryDN = getNamingAttribute(AMObject.ROLE) + "=" + profileName
1158 profileName);
999 createUser(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1079 createEntity(SSOToken token, PersistentObject parentObj, int objectType, Map attributes, String profileName) argument
1127 createResource(PersistentObject parentObj, Map attributes, String profileName) argument
1145 createRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1174 createOrganization(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1279 createGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1314 createAssignDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1348 createDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1385 createPeopleContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1403 createOrganizationalUnit(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1430 createGroupContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1447 createFilteredRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java1000 Map attributes, String profileName) throws UMSException,
1005 String entryDN = getNamingAttribute(AMObject.USER) + "=" + profileName
1012 profileName);
1080 int objectType, Map attributes, String profileName)
1086 makeNamingFirst(attrSet, getNamingAttribute(objectType), profileName);
1128 String profileName) throws UMSException, AMException {
1131 profileName);
1146 Map attributes, String profileName) throws UMSException,
1151 String entryDN = getNamingAttribute(AMObject.ROLE) + "=" + profileName
1158 profileName);
999 createUser(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1079 createEntity(SSOToken token, PersistentObject parentObj, int objectType, Map attributes, String profileName) argument
1127 createResource(PersistentObject parentObj, Map attributes, String profileName) argument
1145 createRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1174 createOrganization(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1279 createGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1314 createAssignDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1348 createDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1385 createPeopleContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1403 createOrganizationalUnit(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1430 createGroupContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1447 createFilteredRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
[all...]
/forgerock/opendj-v3/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/
H A DGenerateConfigMojo.java373 private String getGeneratedProfilesDirectory(final String profileName) { argument
374 return getGeneratedResourcesDirectory() + "/config/profiles/" + profileName;

Completed in 169 milliseconds