Details
-
Technical task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
@Override @NotNull public ImmutableSet<Class> getCredentialClasses() { return ImmutableSet.<Class>of(SimpleCredentials.class); }
We should fix this to use a regular `Set` (as in the implemented interface). However, this would be an incompatible API change; we could do that in sync with OAK-7358.
Attachments
Attachments
Issue Links
- relates to
-
OAK-7358 Remove all usage of java.security.acl.Group for Java 14
- Closed