|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.okiproject.serviceimpl.mit.roles.Authorization
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/serviceimpl/mit/doc/roles/org/okiproject/serviceimpl/mit/roles/Authorization.html,v $
Method Summary | |
static org.okiproject.serviceapi.roles.Authorization |
create(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
org.okiproject.serviceapi.roles.GrantPrivilege grant,
java.lang.Boolean doFunction)
|
static org.okiproject.serviceapi.roles.Authorization |
create(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
org.okiproject.serviceapi.roles.GrantPrivilege grant,
java.lang.Boolean doFunction,
java.sql.Timestamp effectiveDate,
java.sql.Timestamp expirationDate)
|
void |
delete()
|
org.okiproject.serviceapi.roles.GrantPrivilege |
getCanForUserGrant()
|
java.lang.Boolean |
getDoFunction()
|
java.sql.Timestamp |
getEffectiveDate()
|
java.sql.Timestamp |
getExpirationDate()
|
org.okiproject.serviceapi.roles.Function |
getFunction()
|
org.okiproject.serviceapi.roles.GrantPrivilege |
getGrant()
|
java.lang.Object |
getId()
|
java.lang.String |
getModifiedBy()
|
java.sql.Timestamp |
getModifiedDate()
|
org.okiproject.serviceapi.common.Person |
getPerson()
|
java.util.Properties |
getProperties()
|
org.okiproject.serviceapi.roles.Qualifier |
getQualifier()
|
RolesFactory |
getRolesFactory()
|
java.lang.Boolean |
isActiveNow()
|
static java.lang.Boolean |
isAuthorized(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
Function function,
Qualifier qualifier)
|
void |
update(org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
org.okiproject.serviceapi.roles.GrantPrivilege grant,
java.lang.Boolean doFunction,
java.sql.Timestamp effectiveDate,
java.sql.Timestamp expirationDate)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public RolesFactory getRolesFactory()
public java.util.Properties getProperties()
public java.lang.Object getId()
getId
in interface org.okiproject.serviceapi.roles.Authorization
public org.okiproject.serviceapi.common.Person getPerson()
getPerson
in interface org.okiproject.serviceapi.roles.Authorization
public org.okiproject.serviceapi.roles.Function getFunction()
getFunction
in interface org.okiproject.serviceapi.roles.Authorization
public org.okiproject.serviceapi.roles.Qualifier getQualifier()
getQualifier
in interface org.okiproject.serviceapi.roles.Authorization
public org.okiproject.serviceapi.roles.GrantPrivilege getGrant()
getGrant
in interface org.okiproject.serviceapi.roles.Authorization
public org.okiproject.serviceapi.roles.GrantPrivilege getCanForUserGrant()
getCanForUserGrant
in interface org.okiproject.serviceapi.roles.Authorization
public java.lang.Boolean getDoFunction()
getDoFunction
in interface org.okiproject.serviceapi.roles.Authorization
public java.sql.Timestamp getEffectiveDate()
getEffectiveDate
in interface org.okiproject.serviceapi.roles.Authorization
public java.sql.Timestamp getExpirationDate()
getExpirationDate
in interface org.okiproject.serviceapi.roles.Authorization
public java.lang.Boolean isActiveNow()
isActiveNow
in interface org.okiproject.serviceapi.roles.Authorization
public java.lang.String getModifiedBy()
getModifiedBy
in interface org.okiproject.serviceapi.roles.Authorization
public java.sql.Timestamp getModifiedDate()
getModifiedDate
in interface org.okiproject.serviceapi.roles.Authorization
public void delete() throws java.lang.Exception
public void update(org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, org.okiproject.serviceapi.roles.GrantPrivilege grant, java.lang.Boolean doFunction, java.sql.Timestamp effectiveDate, java.sql.Timestamp expirationDate) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorization create(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, org.okiproject.serviceapi.roles.GrantPrivilege grant, java.lang.Boolean doFunction) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorization create(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, org.okiproject.serviceapi.roles.GrantPrivilege grant, java.lang.Boolean doFunction, java.sql.Timestamp effectiveDate, java.sql.Timestamp expirationDate) throws java.lang.Exception
public static java.lang.Boolean isAuthorized(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, Function function, Qualifier qualifier) throws java.lang.Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |