Class RpcAclsCommonNamesProvider
- java.lang.Object
-
- org.curioswitch.common.server.framework.auth.ssl.RpcAclsCommonNamesProvider
-
- All Implemented Interfaces:
SslCommonNamesProvider
public class RpcAclsCommonNamesProvider extends java.lang.Object implements SslCommonNamesProvider
ASslCommonNamesProvider
that authorizers all keys specified in an rpcacls file.
-
-
Constructor Summary
Constructors Constructor Description RpcAclsCommonNamesProvider(java.nio.file.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
get()
The SSL common names (does not include 'CN=').void
processFile(java.nio.file.Path unused)
-
-
-
Method Detail
-
processFile
public void processFile(java.nio.file.Path unused)
-
get
public java.util.Set<java.lang.String> get()
Description copied from interface:SslCommonNamesProvider
The SSL common names (does not include 'CN=').- Specified by:
get
in interfaceSslCommonNamesProvider
-
-