Package org.apache.sling.auth.saml2
Class Activator
- java.lang.Object
-
- org.apache.sling.auth.saml2.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureSamlJaas()static voidinitializeOpenSaml()protected booleanneedsSamlJaas()protected voidremoveSamlJaas()voidsetConfigAdmin(org.osgi.framework.BundleContext bundleContext)voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws IOException, org.osgi.framework.InvalidSyntaxException- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
IOExceptionorg.osgi.framework.InvalidSyntaxException
-
stop
public void stop(org.osgi.framework.BundleContext context) throws IOException, org.osgi.framework.InvalidSyntaxException- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
IOExceptionorg.osgi.framework.InvalidSyntaxException
-
initializeOpenSaml
public static void initializeOpenSaml() throws org.opensaml.core.config.InitializationException- Throws:
org.opensaml.core.config.InitializationException
-
configureSamlJaas
protected void configureSamlJaas() throws IOException- Throws:
IOException
-
needsSamlJaas
protected boolean needsSamlJaas() throws IOException, org.osgi.framework.InvalidSyntaxException- Throws:
IOExceptionorg.osgi.framework.InvalidSyntaxException
-
removeSamlJaas
protected void removeSamlJaas() throws IOException, org.osgi.framework.InvalidSyntaxException- Throws:
IOExceptionorg.osgi.framework.InvalidSyntaxException
-
setConfigAdmin
public void setConfigAdmin(org.osgi.framework.BundleContext bundleContext)
-
-