public class SecurityInterceptorConfig extends Object
SecurityInterceptor
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected SecurityInterceptor |
implementation |
Constructor and Description |
---|
SecurityInterceptorConfig() |
SecurityInterceptorConfig(SecurityInterceptor implementation) |
SecurityInterceptorConfig(String className) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
SecurityInterceptor |
getImplementation() |
SecurityInterceptorConfig |
setClassName(String className) |
SecurityInterceptorConfig |
setImplementation(SecurityInterceptor implementation) |
protected String className
protected SecurityInterceptor implementation
public SecurityInterceptorConfig()
public SecurityInterceptorConfig(String className)
public SecurityInterceptorConfig(SecurityInterceptor implementation)
public String getClassName()
public SecurityInterceptorConfig setClassName(String className)
public SecurityInterceptor getImplementation()
public SecurityInterceptorConfig setImplementation(SecurityInterceptor implementation)
Copyright © 2023 Hazelcast, Inc.. All rights reserved.