org.ow2.kerneos.common.service
Interface KerneosApplication


public interface KerneosApplication


Field Summary
static String ID
           
 
Method Summary
 org.osgi.framework.Bundle getBundle()
           
 Application getConfiguration()
           
 String getId()
           
 KerneosLogin getLoginManager()
           
 KerneosProfile getProfileManager()
           
 KerneosRoles getRolesManager()
           
 

Field Detail

ID

static final String ID
See Also:
Constant Field Values
Method Detail

getLoginManager

KerneosLogin getLoginManager()

getRolesManager

KerneosRoles getRolesManager()

getProfileManager

KerneosProfile getProfileManager()

getConfiguration

Application getConfiguration()

getId

String getId()

getBundle

org.osgi.framework.Bundle getBundle()


Copyright © 2013 OW2 Consortium. All Rights Reserved.