Class ExternalGroupRef
- java.lang.Object
 - 
- org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityRef
 - 
- org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalGroupRef
 
 
 
- 
@Deprecated public class ExternalGroupRef extends ExternalIdentityRef
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description ExternalGroupRef(@NotNull java.lang.String id, @Nullable java.lang.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 Detail
- 
ExternalGroupRef
public ExternalGroupRef(@NotNull @NotNull java.lang.String id, @Nullable @Nullable java.lang.String providerName)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
 
 - 
 
 -