org.wildfly.extras.creaper.commands.security.realms
Class LdapCache

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.security.realms.LdapCache

public final class LdapCache
extends Object

Helper class which holds information about Ldap Cache.


Nested Class Summary
static class LdapCache.Builder
           
 
Method Summary
 boolean getByAccessTime()
           
 boolean getBySearchTime()
           
 Boolean getCacheFailures()
           
 Integer getEvictionTime()
           
 Integer getMaxCacheSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCacheFailures

public Boolean getCacheFailures()

getEvictionTime

public Integer getEvictionTime()

getMaxCacheSize

public Integer getMaxCacheSize()

getByAccessTime

public boolean getByAccessTime()

getBySearchTime

public boolean getBySearchTime()


Copyright © 2016. All rights reserved.