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() |
void |
setClassName(String className) |
void |
setImplementation(SecurityInterceptor implementation) |
protected String className
protected SecurityInterceptor implementation
public SecurityInterceptorConfig()
public SecurityInterceptorConfig(String className)
public SecurityInterceptorConfig(SecurityInterceptor implementation)
public String getClassName()
public void setClassName(String className)
public SecurityInterceptor getImplementation()
public void setImplementation(SecurityInterceptor implementation)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.