public abstract class GeneratedLDAPManager extends Extension
LDAPManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedLDAPManager() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationMedia |
createConfigurationMedia(java.util.Map attributeValues) |
ConfigurationMedia |
createConfigurationMedia(SessionContext ctx,
java.util.Map attributeValues) |
LDAPConfigProxyItem |
createLDAPConfigProxyItem(java.util.Map attributeValues) |
LDAPConfigProxyItem |
createLDAPConfigProxyItem(SessionContext ctx,
java.util.Map attributeValues) |
LDIFGroupImportCronJob |
createLDIFGroupImportCronJob(java.util.Map attributeValues) |
LDIFGroupImportCronJob |
createLDIFGroupImportCronJob(SessionContext ctx,
java.util.Map attributeValues) |
LDIFGroupImportJob |
createLDIFGroupImportJob(java.util.Map attributeValues) |
LDIFGroupImportJob |
createLDIFGroupImportJob(SessionContext ctx,
java.util.Map attributeValues) |
LDIFImportCronJob |
createLDIFImportCronJob(java.util.Map attributeValues) |
LDIFImportCronJob |
createLDIFImportCronJob(SessionContext ctx,
java.util.Map attributeValues) |
LDIFImportJob |
createLDIFImportJob(java.util.Map attributeValues) |
LDIFImportJob |
createLDIFImportJob(SessionContext ctx,
java.util.Map attributeValues) |
LDIFMedia |
createLDIFMedia(java.util.Map attributeValues) |
LDIFMedia |
createLDIFMedia(SessionContext ctx,
java.util.Map attributeValues) |
java.lang.String |
getCN(Principal item)
Generated method - Getter of the
Principal.CN attribute. |
java.lang.String |
getCN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.CN attribute. |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getDN(Principal item)
Generated method - Getter of the
Principal.DN attribute. |
java.lang.String |
getDN(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.DN attribute. |
java.lang.String |
getDomain(SessionContext ctx,
User item)
Generated method - Getter of the
User.domain attribute. |
java.lang.String |
getDomain(User item)
Generated method - Getter of the
User.domain attribute. |
java.lang.String |
getLdaplogin(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldaplogin attribute. |
java.lang.String |
getLdaplogin(User item)
Generated method - Getter of the
User.ldaplogin attribute. |
java.lang.String |
getLdapsearchbase(Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
java.lang.String |
getLdapsearchbase(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.ldapsearchbase attribute. |
java.lang.String |
getName() |
java.lang.Boolean |
isLdapaccount(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldapaccount attribute. |
java.lang.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,
java.lang.String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
setCN(SessionContext ctx,
Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.CN attribute. |
void |
setDN(Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
setDN(SessionContext ctx,
Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.DN attribute. |
void |
setDomain(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.domain attribute. |
void |
setDomain(User item,
java.lang.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,
java.lang.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,
java.lang.Boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
setLdaplogin(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.ldaplogin attribute. |
void |
setLdaplogin(User item,
java.lang.String value)
Generated method - Setter of the
User.ldaplogin attribute. |
void |
setLdapsearchbase(Principal item,
java.lang.String value)
Generated method - Setter of the
Principal.ldapsearchbase attribute. |
void |
setLdapsearchbase(SessionContext ctx,
Principal item,
java.lang.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, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.lang.String getCN(SessionContext ctx, Principal item)
Principal.CN attribute.public java.lang.String getCN(Principal item)
Principal.CN attribute.public void setCN(SessionContext ctx, Principal item, java.lang.String value)
Principal.CN attribute.value - the CNpublic void setCN(Principal item, java.lang.String value)
Principal.CN attribute.value - the CNpublic ConfigurationMedia createConfigurationMedia(SessionContext ctx, java.util.Map attributeValues)
public ConfigurationMedia createConfigurationMedia(java.util.Map attributeValues)
public LDAPConfigProxyItem createLDAPConfigProxyItem(SessionContext ctx, java.util.Map attributeValues)
public LDAPConfigProxyItem createLDAPConfigProxyItem(java.util.Map attributeValues)
public LDIFGroupImportCronJob createLDIFGroupImportCronJob(SessionContext ctx, java.util.Map attributeValues)
public LDIFGroupImportCronJob createLDIFGroupImportCronJob(java.util.Map attributeValues)
public LDIFGroupImportJob createLDIFGroupImportJob(SessionContext ctx, java.util.Map attributeValues)
public LDIFGroupImportJob createLDIFGroupImportJob(java.util.Map attributeValues)
public LDIFImportCronJob createLDIFImportCronJob(SessionContext ctx, java.util.Map attributeValues)
public LDIFImportCronJob createLDIFImportCronJob(java.util.Map attributeValues)
public LDIFImportJob createLDIFImportJob(SessionContext ctx, java.util.Map attributeValues)
public LDIFImportJob createLDIFImportJob(java.util.Map attributeValues)
public LDIFMedia createLDIFMedia(SessionContext ctx, java.util.Map attributeValues)
public LDIFMedia createLDIFMedia(java.util.Map attributeValues)
public java.lang.String getDN(SessionContext ctx, Principal item)
Principal.DN attribute.public java.lang.String getDN(Principal item)
Principal.DN attribute.public void setDN(SessionContext ctx, Principal item, java.lang.String value)
Principal.DN attribute.value - the DNpublic void setDN(Principal item, java.lang.String value)
Principal.DN attribute.value - the DNpublic java.lang.String getDomain(SessionContext ctx, User item)
User.domain attribute.public java.lang.String getDomain(User item)
User.domain attribute.public void setDomain(SessionContext ctx, User item, java.lang.String value)
User.domain attribute.value - the domainpublic void setDomain(User item, java.lang.String value)
User.domain attribute.value - the domainpublic java.lang.Boolean isLdapaccount(SessionContext ctx, User item)
User.ldapaccount attribute.public java.lang.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, java.lang.Boolean value)
User.ldapaccount attribute.value - the ldapaccountpublic void setLdapaccount(User item, java.lang.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 java.lang.String getLdaplogin(SessionContext ctx, User item)
User.ldaplogin attribute.public java.lang.String getLdaplogin(User item)
User.ldaplogin attribute.public void setLdaplogin(SessionContext ctx, User item, java.lang.String value)
User.ldaplogin attribute.value - the ldaploginpublic void setLdaplogin(User item, java.lang.String value)
User.ldaplogin attribute.value - the ldaploginpublic java.lang.String getLdapsearchbase(SessionContext ctx, Principal item)
Principal.ldapsearchbase attribute.public java.lang.String getLdapsearchbase(Principal item)
Principal.ldapsearchbase attribute.public void setLdapsearchbase(SessionContext ctx, Principal item, java.lang.String value)
Principal.ldapsearchbase attribute.value - the ldapsearchbase - CAUTION: You have to copy the value of the attribute 'LDAPSEARCHBASE' to the attribute 'DN', yourself !!!public void setLdapsearchbase(Principal item, java.lang.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 © 2018 SAP SE. All Rights Reserved.