Package com.hazelcast.config
Class SecurityInterceptorConfig
- java.lang.Object
-
- com.hazelcast.config.SecurityInterceptorConfig
-
public class SecurityInterceptorConfig extends java.lang.Object
This class is used to configureSecurityInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
className
protected SecurityInterceptor
implementation
-
Constructor Summary
Constructors Constructor Description SecurityInterceptorConfig()
SecurityInterceptorConfig(SecurityInterceptor implementation)
SecurityInterceptorConfig(java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
SecurityInterceptor
getImplementation()
SecurityInterceptorConfig
setClassName(java.lang.String className)
SecurityInterceptorConfig
setImplementation(SecurityInterceptor implementation)
-
-
-
Field Detail
-
className
protected java.lang.String className
-
implementation
protected SecurityInterceptor implementation
-
-
Constructor Detail
-
SecurityInterceptorConfig
public SecurityInterceptorConfig()
-
SecurityInterceptorConfig
public SecurityInterceptorConfig(java.lang.String className)
-
SecurityInterceptorConfig
public SecurityInterceptorConfig(SecurityInterceptor implementation)
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
-
setClassName
public SecurityInterceptorConfig setClassName(java.lang.String className)
-
getImplementation
public SecurityInterceptor getImplementation()
-
setImplementation
public SecurityInterceptorConfig setImplementation(SecurityInterceptor implementation)
-
-