org.springframework.richclient.security.support
Class TestAuthorizable
java.lang.Object
org.springframework.richclient.security.support.TestAuthorizable
- All Implemented Interfaces:
- org.springframework.richclient.core.Authorizable
public class TestAuthorizable
- extends Object
- implements org.springframework.richclient.core.Authorizable
Authorizable object for test support
- Author:
- Larry Streepy
Fields inherited from interface org.springframework.richclient.core.Authorizable |
AUTHORIZED_PROPERTY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAuthorizable
public TestAuthorizable()
TestAuthorizable
public TestAuthorizable(boolean authorized)
setAuthorized
public void setAuthorized(boolean authorized)
- Specified by:
setAuthorized
in interface org.springframework.richclient.core.Authorizable
isAuthorized
public boolean isAuthorized()
- Specified by:
isAuthorized
in interface org.springframework.richclient.core.Authorizable
getAuthCount
public int getAuthCount()
resetAuthCount
public void resetAuthCount()
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.