org.springframework.richclient.security.support
Class TestAuthorizable

Show UML class diagram
java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.springframework.richclient.core.Authorizable
AUTHORIZED_PROPERTY
 
Constructor Summary
TestAuthorizable()
           
TestAuthorizable(boolean authorized)
           
 
Method Summary
 int getAuthCount()
           
 boolean isAuthorized()
           
 void resetAuthCount()
           
 void setAuthorized(boolean authorized)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAuthorizable

public TestAuthorizable()

TestAuthorizable

public TestAuthorizable(boolean authorized)
Method Detail

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.