Class UserIdCredentials
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.security.user.UserIdCredentials
-
- All Implemented Interfaces:
java.io.Serializable
,Credentials
public final class UserIdCredentials extends java.lang.Object implements Credentials
Credentials implementation that only contains auserId
but no password. It can be used forUser.getCredentials()
, where the corresponding user doesn't have a password set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserIdCredentials(@NotNull java.lang.String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
getUserId()
-