Module ActiveLdap::Helper
In: lib/active_ldap/helper.rb
Error AttributeAssignmentError AdapterNotSpecified OperationNotPermitted RequiredObjectClassMissed ConnectionError RequiredAttributeMissed LdifInvalid LdapError DistinguishedNameNotSetError EntryNotFound SaveError StrongAuthenticationRequired AdapterNotFound ConnectionNotEstablished TimeoutError AuthenticationError AttributeValueInvalid EntryNotSaved DistinguishedNameInputInvalid EntryAlreadyExist ObjectClassError UnknownAttribute EntryInvalid DeleteError ConfigurationError DistinguishedNameInvalid DistinguishedName Base Reloadable::Deprecated Reloadable::Subclasses Enumerable Ldif Collection EntryAttribute StandardError Children HasManyWrap HasMany BelongsToMany Proxy BelongsTo Common Find LDIF Delete Update Normalizable GetText Parser ActiveRecord::Callbacks ActiveRecord::Validations Base\n[lib/active_ldap/adapter/base.rb\nlib/active_ldap/adapter/jndi.rb\nlib/active_ldap/adapter/ldap.rb\nlib/active_ldap/adapter/net_ldap.rb] Jndi Ldap NetLdap GetTextSupport Schema\n[lib/active_ldap/schema.rb\nlib/active_ldap/schema/syntaxes.rb] JndiConnection lib/active_ldap/distinguished_name.rb lib/active_ldap/base.rb lib/active_ldap/schema.rb lib/active_ldap/entry_attribute.rb lib/active_ldap/ldif.rb lib/active_ldap/ldap_error.rb ClassMethods Associations LdapBenchmarking ActionController Populate lib/active_ldap/association/has_many_wrap.rb lib/active_ldap/association/children.rb lib/active_ldap/association/collection.rb lib/active_ldap/association/proxy.rb lib/active_ldap/association/belongs_to_many.rb lib/active_ldap/association/belongs_to.rb lib/active_ldap/association/has_many.rb HasManyUtils Association ClassMethods Tree Acts Command Update Common ModifyNameRecordLoadable AddOperationModifiable DeleteOperationModifiable ReplaceOperationModifiable ModifyRecordLoadable DeleteRecordLoadable AddRecordLoadable ContentRecordLoadable LDIF Delete Find Operations GetTextSupport Escape ClassMethods Normalizable Attributes ClassMethods Configuration ClassMethods ObjectClass lib/active_ldap/get_text/parser.rb GetText ClassMethods Callbacks Validations lib/active_ldap/adapter/jndi_connection.rb lib/active_ldap/adapter/net_ldap.rb lib/active_ldap/adapter/ldap.rb lib/active_ldap/adapter/jndi.rb Adapter Helper GetTextFallback ClassMethods HumanReadable Salt UserPassword ClassMethods Connection ActiveLdap dot/m_44_0.png

Methods

Public Instance methods

la_(attribute)
lad_(attribute)

[Source]

    # File lib/active_ldap/helper.rb, line 8
 8:     def ldap_attribute_description_gettext(attribute)
 9:       Base.human_attribute_description(attribute)
10:     end

[Source]

   # File lib/active_ldap/helper.rb, line 3
3:     def ldap_attribute_name_gettext(attribute)
4:       Base.human_attribute_name(attribute)
5:     end

[Source]

    # File lib/active_ldap/helper.rb, line 18
18:     def ldap_object_class_description_gettext(object_class)
19:       Base.human_object_class_description(object_class)
20:     end

[Source]

    # File lib/active_ldap/helper.rb, line 13
13:     def ldap_object_class_name_gettext(object_class)
14:       Base.human_object_class_name(object_class)
15:     end

[Source]

    # File lib/active_ldap/helper.rb, line 28
28:     def ldap_syntax_description_gettext(syntax)
29:       Base.human_syntax_description(syntax)
30:     end

[Source]

    # File lib/active_ldap/helper.rb, line 23
23:     def ldap_syntax_name_gettext(syntax)
24:       Base.human_syntax_name(syntax)
25:     end
loc_(object_class)
locd_(object_class)
ls_(syntax)
lsd_(syntax)

[Validate]