Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityRef
-
-
Uses of ExternalIdentityRef in org.apache.jackrabbit.oak.exercise.security.authentication.external
Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external with parameters of type ExternalIdentityRef Modifier and Type Method Description ExternalIdentityCustomExternalIdentityProvider. getIdentity(@NotNull ExternalIdentityRef ref) -
Uses of ExternalIdentityRef in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Fields in org.apache.jackrabbit.oak.security.authentication.ldap.impl declared as ExternalIdentityRef Modifier and Type Field Description protected ExternalIdentityRefLdapIdentity. refMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return ExternalIdentityRef Modifier and Type Method Description @NotNull ExternalIdentityRefLdapIdentity. getExternalId()Returns the id of this identity as used in the external system.Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return types with arguments of type ExternalIdentityRef Modifier and Type Method Description @NotNull Iterable<ExternalIdentityRef>LdapIdentity. getDeclaredGroups()Returns an iterable of the declared groups of this external identity.@NotNull Iterable<ExternalIdentityRef>LdapGroup. getDeclaredMembers()Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl with parameters of type ExternalIdentityRef Modifier and Type Method Description @NotNull StringLdapIdentityProvider. fromExternalIdentityRef(@NotNull ExternalIdentityRef externalIdentityRef)ExternalIdentityLdapIdentityProvider. getIdentity(@NotNull ExternalIdentityRef ref)Constructors in org.apache.jackrabbit.oak.security.authentication.ldap.impl with parameters of type ExternalIdentityRef Constructor Description LdapGroup(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry)LdapIdentity(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry)LdapUser(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry) -
Uses of ExternalIdentityRef in org.apache.jackrabbit.oak.spi.security.authentication.external
Subclasses of ExternalIdentityRef in org.apache.jackrabbit.oak.spi.security.authentication.external Modifier and Type Class Description classExternalGroupRefDeprecated.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return ExternalIdentityRef Modifier and Type Method Description static @NotNull ExternalIdentityRefExternalIdentityRef. fromString(@NotNull String str)Creates an external identity reference from a string representation.@NotNull ExternalIdentityRefExternalIdentity. getExternalId()Returns the id of this identity as used in the external system.@Nullable ExternalIdentityRefSyncedIdentity. getExternalIdRef()Returns the external reference of this identity.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return types with arguments of type ExternalIdentityRef Modifier and Type Method Description @NotNull Iterable<ExternalIdentityRef>ExternalIdentity. getDeclaredGroups()Returns an iterable of the declared groups of this external identity.@NotNull Iterable<ExternalIdentityRef>ExternalGroup. getDeclaredMembers()Returns an iterable of the declared (direct) members of this external group.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external with parameters of type ExternalIdentityRef Modifier and Type Method Description @NotNull StringPrincipalNameResolver. fromExternalIdentityRef(@NotNull ExternalIdentityRef externalIdentityRef)Deduce the name of thePrincipalassociated with theExternalIdentityrepresented by the givenExternalIdentityRef.@Nullable ExternalIdentityExternalIdentityProvider. getIdentity(@NotNull ExternalIdentityRef ref)Returns the identity for the given reference ornullif it does not exist. -
Uses of ExternalIdentityRef in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return ExternalIdentityRef Modifier and Type Method Description @Nullable ExternalIdentityRefDefaultSyncedIdentity. getExternalIdRef()static @Nullable ExternalIdentityRefDefaultSyncContext. getIdentityRef(@Nullable Authorizable auth)Retrieves the external identity ref from the authorizableMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalIdentityRef Modifier and Type Method Description protected @Nullable ExternalGroupDefaultSyncContext. getExternalGroupFromRef(@NotNull ExternalIdentityRef externalGroupRef)protected booleanDefaultSyncContext. isSameIDP(@NotNull ExternalIdentityRef ref)Tests if the givenExternalIdentityRefrefers to the same IDP as associated with this context instance.Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalIdentityRef Constructor Description DefaultSyncedIdentity(@NotNull String id, @Nullable ExternalIdentityRef ref, boolean isGroup, long lastSynced)
-