com.hazelcast.config
Class SecurityInterceptorConfig

java.lang.Object
  extended by com.hazelcast.config.SecurityInterceptorConfig

public class SecurityInterceptorConfig
extends Object

This class is used to configure SecurityInterceptor


Field Summary
protected  String className
           
protected  SecurityInterceptor implementation
           
 
Constructor Summary
SecurityInterceptorConfig()
           
SecurityInterceptorConfig(SecurityInterceptor implementation)
           
SecurityInterceptorConfig(String className)
           
 
Method Summary
 String getClassName()
           
 SecurityInterceptor getImplementation()
           
 void setClassName(String className)
           
 void setImplementation(SecurityInterceptor implementation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected String className

implementation

protected SecurityInterceptor implementation
Constructor Detail

SecurityInterceptorConfig

public SecurityInterceptorConfig()

SecurityInterceptorConfig

public SecurityInterceptorConfig(String className)

SecurityInterceptorConfig

public SecurityInterceptorConfig(SecurityInterceptor implementation)
Method Detail

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.