public abstract class GeneratedLDAPManager extends Extension
LDAPManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedLDAPManager() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationMedia |
createConfigurationMedia(Map attributeValues) |
ConfigurationMedia |
createConfigurationMedia(SessionContext ctx,
Map attributeValues) |
LDAPConfigProxyItem |
createLDAPConfigProxyItem(Map attributeValues) |
LDAPConfigProxyItem |
createLDAPConfigProxyItem(SessionContext ctx,
Map attributeValues) |
LDIFGroupImportCronJob |
createLDIFGroupImportCronJob(Map attributeValues) |
LDIFGroupImportCronJob |
createLDIFGroupImportCronJob(SessionContext ctx,
Map attributeValues) |
LDIFGroupImportJob |
createLDIFGroupImportJob(Map attributeValues) |
LDIFGroupImportJob |
createLDIFGroupImportJob(SessionContext ctx,
Map attributeValues) |
LDIFImportCronJob |
createLDIFImportCronJob(Map attributeValues) |
LDIFImportCronJob |
createLDIFImportCronJob(SessionContext ctx,
Map attributeValues) |
LDIFImportJob |
createLDIFImportJob(Map attributeValues) |
LDIFImportJob |
createLDIFImportJob(SessionContext ctx,
Map attributeValues) |
LDIFMedia |
createLDIFMedia(Map attributeValues) |
LDIFMedia |
createLDIFMedia(SessionContext ctx,
Map attributeValues) |
String |
getCN(Principal item)
Generated method - Getter of the
Principal.CN attribute. |
String |
getCN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.CN attribute. |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getDN(Principal item)
Generated method - Getter of the
Principal.DN attribute. |
String |
getDN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.DN attribute. |
String |
getDomain(SessionContext ctx,
User item)
Generated method - Getter of the
User.domain attribute. |
String |
getDomain(User item)
Generated method - Getter of the
User.domain attribute. |
String |
getLdaplogin(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldaplogin attribute. |
String |
getLdaplogin(User item)
Generated method - Getter of the
User.ldaplogin attribute. |
String |
getLdapsearchbase(Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
String |
getLdapsearchbase(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
String |
getName() |
Boolean |
isLdapaccount(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldapaccount attribute. |
Boolean |
isLdapaccount(User item)
Generated method - Getter of the
User.ldapaccount attribute. |
boolean |
isLdapaccountAsPrimitive(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldapaccount attribute. |
boolean |
isLdapaccountAsPrimitive(User item)
Generated method - Getter of the
User.ldapaccount attribute. |
void |
setCN(Principal item,
String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
setCN(SessionContext ctx,
Principal item,
String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
setDN(Principal item,
String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
setDN(SessionContext ctx,
Principal item,
String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
setDomain(SessionContext ctx,
User item,
String value)
Generated method - Setter of the
User.domain attribute. |
void |
setDomain(User item,
String value)
Generated method - Setter of the
User.domain attribute. |
void |
setLdapaccount(SessionContext ctx,
User item,
boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
setLdapaccount(SessionContext ctx,
User item,
Boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
setLdapaccount(User item,
boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
setLdapaccount(User item,
Boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
setLdaplogin(SessionContext ctx,
User item,
String value)
Generated method - Setter of the
User.ldaplogin attribute. |
void |
setLdaplogin(User item,
String value)
Generated method - Setter of the
User.ldaplogin attribute. |
void |
setLdapsearchbase(Principal item,
String value)
Generated method - Setter of the
Principal.ldapsearchbase attribute. |
void |
setLdapsearchbase(SessionContext ctx,
Principal item,
String value)
Generated method - Setter of the
Principal.ldapsearchbase attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic String getCN(SessionContext ctx, Principal item)
Principal.CN attribute.public String getCN(Principal item)
Principal.CN attribute.public void setCN(SessionContext ctx, Principal item, String value)
Principal.CN attribute.value - the CNpublic void setCN(Principal item, String value)
Principal.CN attribute.value - the CNpublic ConfigurationMedia createConfigurationMedia(SessionContext ctx, Map attributeValues)
public ConfigurationMedia createConfigurationMedia(Map attributeValues)
public LDAPConfigProxyItem createLDAPConfigProxyItem(SessionContext ctx, Map attributeValues)
public LDAPConfigProxyItem createLDAPConfigProxyItem(Map attributeValues)
public LDIFGroupImportCronJob createLDIFGroupImportCronJob(SessionContext ctx, Map attributeValues)
public LDIFGroupImportCronJob createLDIFGroupImportCronJob(Map attributeValues)
public LDIFGroupImportJob createLDIFGroupImportJob(SessionContext ctx, Map attributeValues)
public LDIFGroupImportJob createLDIFGroupImportJob(Map attributeValues)
public LDIFImportCronJob createLDIFImportCronJob(SessionContext ctx, Map attributeValues)
public LDIFImportCronJob createLDIFImportCronJob(Map attributeValues)
public LDIFImportJob createLDIFImportJob(SessionContext ctx, Map attributeValues)
public LDIFImportJob createLDIFImportJob(Map attributeValues)
public LDIFMedia createLDIFMedia(SessionContext ctx, Map attributeValues)
public String getDN(SessionContext ctx, Principal item)
Principal.DN attribute.public String getDN(Principal item)
Principal.DN attribute.public void setDN(SessionContext ctx, Principal item, String value)
Principal.DN attribute.value - the DNpublic void setDN(Principal item, String value)
Principal.DN attribute.value - the DNpublic String getDomain(SessionContext ctx, User item)
User.domain attribute.public String getDomain(User item)
User.domain attribute.public void setDomain(SessionContext ctx, User item, String value)
User.domain attribute.value - the domainpublic void setDomain(User item, String value)
User.domain attribute.value - the domainpublic Boolean isLdapaccount(SessionContext ctx, User item)
User.ldapaccount attribute.public Boolean isLdapaccount(User item)
User.ldapaccount attribute.public boolean isLdapaccountAsPrimitive(SessionContext ctx, User item)
User.ldapaccount attribute.public boolean isLdapaccountAsPrimitive(User item)
User.ldapaccount attribute.public void setLdapaccount(SessionContext ctx, User item, Boolean value)
User.ldapaccount attribute.value - the ldapaccountpublic void setLdapaccount(User item, Boolean value)
User.ldapaccount attribute.value - the ldapaccountpublic void setLdapaccount(SessionContext ctx, User item, boolean value)
User.ldapaccount attribute.value - the ldapaccountpublic void setLdapaccount(User item, boolean value)
User.ldapaccount attribute.value - the ldapaccountpublic String getLdaplogin(SessionContext ctx, User item)
User.ldaplogin attribute.public String getLdaplogin(User item)
User.ldaplogin attribute.public void setLdaplogin(SessionContext ctx, User item, String value)
User.ldaplogin attribute.value - the ldaploginpublic void setLdaplogin(User item, String value)
User.ldaplogin attribute.value - the ldaploginpublic String getLdapsearchbase(SessionContext ctx, Principal item)
Principal.ldapsearchbase attribute.public String getLdapsearchbase(Principal item)
Principal.ldapsearchbase attribute.public void setLdapsearchbase(SessionContext ctx, Principal item, String value)
Principal.ldapsearchbase attribute.value - the ldapsearchbase - CAUTION: You have to copy the value of the attribute 'LDAPSEARCHBASE' to the attribute 'DN', yourself !!!Copyright © 2017 SAP SE. All Rights Reserved.