org.apache.wicket.jmx
Interface SecuritySettingsMBean

All Known Implementing Classes:
SecuritySettings

public interface SecuritySettingsMBean

Security settings.

Author:
eelcohillenius

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

Method Detail

getAuthorizationStrategy

java.lang.String getAuthorizationStrategy()
Gets the authorization strategy.

Returns:
Returns the authorizationStrategy.

getCryptFactory

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

getUnauthorizedComponentInstantiationListener

java.lang.String getUnauthorizedComponentInstantiationListener()
Returns:
The listener
See Also:
IUnauthorizedComponentInstantiationListener


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