Class ExternalGroupRef
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityRef
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalGroupRef
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalGroupRef
(@NotNull String id, @Nullable String providerName) Deprecated.Creates a new external group ref with the given id and provider name -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityRef
equals, fromString, getId, getProviderName, getString, hashCode, toString
-
Constructor Details
-
ExternalGroupRef
Deprecated.Creates a new external group ref with the given id and provider name- Parameters:
id
- the id of the identity.providerName
- the name of the identity provider
-