org.apache.wicket.jmx
Class SecuritySettings

java.lang.Object
  extended by org.apache.wicket.jmx.SecuritySettings
All Implemented Interfaces:
SecuritySettingsMBean

public class SecuritySettings
extends Object
implements SecuritySettingsMBean

Exposes Application related functionality for JMX.

Author:
eelcohillenius

Constructor Summary
SecuritySettings(Application application)
          Create.
 
Method Summary
 String getAuthorizationStrategy()
          Gets the authorization strategy.
 String getCryptFactory()
           
 String getUnauthorizedComponentInstantiationListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuritySettings

public SecuritySettings(Application application)
Create.

Parameters:
application -
Method Detail

getAuthorizationStrategy

public String getAuthorizationStrategy()
Description copied from interface: SecuritySettingsMBean
Gets the authorization strategy.

Specified by:
getAuthorizationStrategy in interface SecuritySettingsMBean
Returns:
Returns the authorizationStrategy.
See Also:
SecuritySettingsMBean.getAuthorizationStrategy()

getCryptFactory

public String getCryptFactory()
Specified by:
getCryptFactory in interface SecuritySettingsMBean
Returns:
crypt factory used to generate crypt objects
See Also:
SecuritySettingsMBean.getCryptFactory()

getUnauthorizedComponentInstantiationListener

public String getUnauthorizedComponentInstantiationListener()
Specified by:
getUnauthorizedComponentInstantiationListener in interface SecuritySettingsMBean
Returns:
The listener
See Also:
SecuritySettingsMBean.getUnauthorizedComponentInstantiationListener()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.