Class LdapIdentity

    • Method Detail

      • getEntry

        public org.apache.directory.api.ldap.model.entry.Entry getEntry()
      • getId

        @NotNull
        public @NotNull String getId()
        Returns the local id of this identity as it would be used in this repository. This usually corresponds to Authorizable.getID()
        Specified by:
        getId in interface ExternalIdentity
        Returns:
        the internal id.
      • getIntermediatePath

        public String getIntermediatePath()
        Returns the desired intermediate relative path of the authorizable to be created. For example, one could map an external hierarchy into the local users and groups hierarchy. The provider must escape all characters so that the path is a valid JCR path. The path is always considered relative, even if it starts with a '/'.
        Specified by:
        getIntermediatePath in interface ExternalIdentity
        Returns:
        the intermediate path or null or empty.