org.jboss.resteasy.skeleton.key.server
Class SkeletonKeyApplication
java.lang.Object
org.jboss.resteasy.skeleton.key.server.SkeletonKeyApplication
public class SkeletonKeyApplication
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SKELETON_KEY_INFINISPAN_CONFIG_FILE
public static final String SKELETON_KEY_INFINISPAN_CONFIG_FILE
- See Also:
- Constant Field Values
SKELETON_KEY_INFINISPAN_CACHE_NAME
public static final String SKELETON_KEY_INFINISPAN_CACHE_NAME
- See Also:
- Constant Field Values
singletons
protected Set<Object> singletons
privateKey
protected PrivateKey privateKey
certificate
protected X509Certificate certificate
roles
protected RolesService roles
projects
protected ProjectsService projects
users
protected UsersService users
tokenService
protected TokenService tokenService
cache
protected org.infinispan.Cache cache
logger
protected Logger logger
SkeletonKeyApplication
public SkeletonKeyApplication(@Context
Configurable confgurable)
initKeyPair
protected void initKeyPair()
getRoles
public RolesService getRoles()
getProjects
public ProjectsService getProjects()
getUsers
public UsersService getUsers()
getTokenService
public TokenService getTokenService()
getSingletons
public Set<Object> getSingletons()
getResteasyConfiguration
protected ResteasyConfiguration getResteasyConfiguration()
getConfigProperty
protected String getConfigProperty(String name)
getCache
public org.infinispan.Cache getCache()
findCache
protected org.infinispan.Cache findCache()
getDefaultCache
protected org.infinispan.Cache getDefaultCache()
getXmlCache
protected org.infinispan.Cache getXmlCache()
Copyright © 2012. All Rights Reserved.