public class SkeletonKeyApplication extends Object
Modifier and Type | Field and Description |
---|---|
protected org.infinispan.Cache |
cache |
protected X509Certificate |
certificate |
protected Logger |
logger |
protected PrivateKey |
privateKey |
protected ProjectsService |
projects |
protected RolesService |
roles |
protected Set<Object> |
singletons |
static String |
SKELETON_KEY_INFINISPAN_CACHE_NAME |
static String |
SKELETON_KEY_INFINISPAN_CONFIG_FILE |
protected TokenService |
tokenService |
protected UsersService |
users |
Constructor and Description |
---|
SkeletonKeyApplication(Configurable confgurable) |
Modifier and Type | Method and Description |
---|---|
protected org.infinispan.Cache |
findCache() |
org.infinispan.Cache |
getCache() |
protected String |
getConfigProperty(String name) |
protected org.infinispan.Cache |
getDefaultCache() |
ProjectsService |
getProjects() |
protected ResteasyConfiguration |
getResteasyConfiguration() |
RolesService |
getRoles() |
Set<Object> |
getSingletons() |
TokenService |
getTokenService() |
UsersService |
getUsers() |
protected org.infinispan.Cache |
getXmlCache() |
protected void |
initKeyPair() |
public static final String SKELETON_KEY_INFINISPAN_CONFIG_FILE
public static final String SKELETON_KEY_INFINISPAN_CACHE_NAME
protected PrivateKey privateKey
protected X509Certificate certificate
protected RolesService roles
protected ProjectsService projects
protected UsersService users
protected TokenService tokenService
protected org.infinispan.Cache cache
protected Logger logger
public SkeletonKeyApplication(@Context Configurable confgurable)
protected void initKeyPair()
public RolesService getRoles()
public ProjectsService getProjects()
public UsersService getUsers()
public TokenService getTokenService()
protected ResteasyConfiguration getResteasyConfiguration()
public org.infinispan.Cache getCache()
protected org.infinispan.Cache findCache()
protected org.infinispan.Cache getDefaultCache()
protected org.infinispan.Cache getXmlCache()
Copyright © 2014. All Rights Reserved.