Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityRef
-
Packages that use ExternalIdentityRef Package Description org.apache.jackrabbit.oak.spi.security.authentication.external org.apache.jackrabbit.oak.spi.security.authentication.external.basic -
-
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 org.apache.jackrabbit.api.security.user.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 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)
-