org.wso2.carbon.identity.authenticator.signedjwt.internal
Class SignedJWTAuthenticatorServiceComponent
java.lang.Object
org.wso2.carbon.identity.authenticator.signedjwt.internal.SignedJWTAuthenticatorServiceComponent
public class SignedJWTAuthenticatorServiceComponent
- extends Object
|
Method Summary |
protected void |
activate(org.osgi.service.component.ComponentContext cxt)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
|
static org.osgi.framework.BundleContext |
getBundleContext()
|
static org.wso2.carbon.user.core.service.RealmService |
getRealmService()
|
static void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
|
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
|
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignedJWTAuthenticatorServiceComponent
public SignedJWTAuthenticatorServiceComponent()
activate
protected void activate(org.osgi.service.component.ComponentContext cxt)
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
getRealmService
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
getBundleContext
public static org.osgi.framework.BundleContext getBundleContext()
setBundleContext
public static void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2015 WSO2. All rights reserved.