Package org.apache.wicket.security.strategies

Examples of org.apache.wicket.security.strategies.WaspAuthorizationStrategy


   *
   * @return true if the user is already authenticated, false otherwise
   */
  protected boolean isAuthenticated()
  {
    WaspAuthorizationStrategy strategy =
      (WaspAuthorizationStrategy) Session.get().getAuthorizationStrategy();
    return strategy.isClassAuthenticated(Application.get().getHomePage());
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.security.strategies.WaspAuthorizationStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.