org.okiproject.serviceapi.roles
Interface Authorization

All Superinterfaces:
java.io.Serializable

public interface Authorization
extends java.io.Serializable

Copyright (c) 2001 Massachusetts Institute of Technology

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

$Source: /cvs/oki/org/okiproject/serviceapi/doc/roles/org/okiproject/serviceapi/roles/Authorization.html,v $

See Also:
Function, Qualifier, Person, Field, GrantPrivilege, RolesFactory

Method Summary
 GrantPrivilege getCanForUserGrant()
          Method getCanForUserGrant
 java.lang.Boolean getDoFunction()
          Method getDoFunction
 java.sql.Timestamp getEffectiveDate()
          Method getEffectiveDate
 java.sql.Timestamp getExpirationDate()
          Method getExpirationDate
 Function getFunction()
          Method getFunction
 GrantPrivilege getGrant()
          Method getGrant
 java.lang.Object getId()
          Method getId
 java.lang.String getModifiedBy()
          Method getModifiedBy
 java.sql.Timestamp getModifiedDate()
          Method getModifiedDate
 org.okiproject.serviceapi.roles.Person getPerson()
          Method getPerson
 Qualifier getQualifier()
          Method getQualifier
 java.lang.Boolean isActiveNow()
          Method isActiveNow
 

Method Detail

getCanForUserGrant

public GrantPrivilege getCanForUserGrant()
Method getCanForUserGrant
Returns:
 

getDoFunction

public java.lang.Boolean getDoFunction()
Method getDoFunction
Returns:
 

getEffectiveDate

public java.sql.Timestamp getEffectiveDate()
Method getEffectiveDate
Returns:
 

getExpirationDate

public java.sql.Timestamp getExpirationDate()
Method getExpirationDate
Returns:
 

getFunction

public Function getFunction()
Method getFunction
Returns:
 

getGrant

public GrantPrivilege getGrant()
Method getGrant
Returns:
 

getId

public java.lang.Object getId()
Method getId
Returns:
 

getModifiedBy

public java.lang.String getModifiedBy()
Method getModifiedBy
Returns:
 

getModifiedDate

public java.sql.Timestamp getModifiedDate()
Method getModifiedDate
Returns:
 

getQualifier

public Qualifier getQualifier()
Method getQualifier
Returns:
 

getPerson

public org.okiproject.serviceapi.roles.Person getPerson()
Method getPerson
Returns:
 

isActiveNow

public java.lang.Boolean isActiveNow()
Method isActiveNow
Returns: