org.apache.wicket.jmx
Interface SecuritySettingsMBean

All Known Implementing Classes:
SecuritySettings

public interface SecuritySettingsMBean

Security settings.

Author:
eelcohillenius

Method Summary
 String getAuthorizationStrategy()
          Gets the authorization strategy.
 String getCryptFactory()
           
 String getUnauthorizedComponentInstantiationListener()
           
 

Method Detail

getAuthorizationStrategy

String getAuthorizationStrategy()
Gets the authorization strategy.

Returns:
Returns the authorizationStrategy.

getCryptFactory

String getCryptFactory()
Returns:
crypt factory used to generate crypt objects

getUnauthorizedComponentInstantiationListener

String getUnauthorizedComponentInstantiationListener()
Returns:
The listener
See Also:
IUnauthorizedComponentInstantiationListener


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