createSecurityHandler(ComponentContext compCtx, String authLayer) Create a SecurityHandler based on the SecurityConfiguration.
Parameters: compCtx - is the ComponentContext of the Binding Component associatedwith the Securityhandler Parameters: authLayer - is the type of layer that requires to use the security services.
createSecurityHandler(ComponentContext compCtx) Create a SecurityHandler.
Parameters: compCtx - the ComponentContext of the Binding Component associatedwith the Securityhandler.
removeSecurityHandler(String componentId) Remove the SecurityHandler for the component, this method should be called when
the component is shutdown or uninstalled.
Create a SecurityHandler based on the SecurityConfiguration.
Parameters: compCtx - is the ComponentContext of the Binding Component associatedwith the Securityhandler Parameters: authLayer - is the type of layer that requires to use the security services. a instance of the newly created SecurityHandler throws: IllegalStateException - if the SecurityHandler is in a invalidstate on creation.
Create a SecurityHandler.
Parameters: compCtx - the ComponentContext of the Binding Component associatedwith the Securityhandler. a instance of the newly created SecurityHandler throws: IllegalStateException - if the SecurityHandler is in a invalidstate on creation.
Get the SecurityHandler for a Component.
Parameters: componentId - is the Component Id a instance of the components SecurityHandler, if it exists null otherwise.
Initialize the Service.
Parameters: aContext - is the Environment Context.
removeSecurityHandler
public void removeSecurityHandler(String componentId)(Code)
Remove the SecurityHandler for the component, this method should be called when
the component is shutdown or uninstalled.
Parameters: componentId - is the Component Id