com.hazelcast.config
Class SecurityInterceptorConfig
java.lang.Object
com.hazelcast.config.SecurityInterceptorConfig
public class SecurityInterceptorConfig
- extends Object
This class is used to configure SecurityInterceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected String className
implementation
protected SecurityInterceptor implementation
SecurityInterceptorConfig
public SecurityInterceptorConfig()
SecurityInterceptorConfig
public SecurityInterceptorConfig(String className)
SecurityInterceptorConfig
public SecurityInterceptorConfig(SecurityInterceptor implementation)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getImplementation
public SecurityInterceptor getImplementation()
setImplementation
public void setImplementation(SecurityInterceptor implementation)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.