Package org.apache.wicket.jmx
Interface SecuritySettingsMBean
-
- All Known Implementing Classes:
SecuritySettings
public interface SecuritySettingsMBean
Security settings.- Author:
- eelcohillenius
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthorizationStrategy()Gets the authorization strategy.StringgetCryptFactory()StringgetUnauthorizedComponentInstantiationListener()
-
-
-
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
-
-