|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.okiproject.serviceimpl.mit.roles.Authorizations
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/Authorizations.html,v $
Constructor Summary | |
Authorizations()
|
Method Summary | |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthorizationsForPerson(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.FunctionCategory functionCategory,
java.lang.Boolean isActiveNow,
int start,
int number)
|
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsForDoingFWithQ(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.FunctionCategory functionCategory,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow)
Given a FunctionCategory and a Qualifier returns an enumeration of all Authorizations that would allow people to do Functions in the FunctionCategory with Qualifier. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsForDoingFWithQ(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow)
Given a Function and a Qualifier returns an enumeration of all Authorizations that would allow people to do the Function with Qualifier. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsGeneralForm(org.okiproject.serviceapi.roles.FieldValue[] selectionCriteria)
Given a list of selection criteria field/value pairs returns an enumeration of Authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.Function function,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Function returns an enumeration of matching authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.FunctionCategory functionCategory,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a FunctionCategory and a Qualifier returns an enumeration of matching authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Function and a Qualifier returns an enumeration of matching authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
java.lang.Object authorizationID,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
|
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Person returns an enumeration of Authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Function function,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Person and a Function returns an enumeration of Authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.FunctionCategory functionCategory,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Person and a FunctionCategory returns an enumeration of Authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.FunctionCategory functionCategory,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given at a Person, a FunctionCategory, and a Qualifier returns an enumeration of matching authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Function function,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given at a Person, a Function, and a Qualifier returns an enumeration of matching authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.common.Person person,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Person and a Qualifier returns an enumeration of Authorizations. |
static org.okiproject.serviceapi.roles.Authorizations |
getAuthsSimpleForm(RolesFactory rolesFactory,
org.okiproject.serviceapi.roles.Qualifier qualifier,
java.lang.Boolean isActiveNow,
java.lang.Boolean expandFunctions,
java.lang.Boolean expandQualifiers)
Given a Qualifier returns an enumeration of matching authorizations. |
boolean |
hasMoreAuthorizations()
|
org.okiproject.serviceapi.roles.Authorization |
nextAuthorization()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Authorizations()
Method Detail |
public boolean hasMoreAuthorizations() throws java.lang.Exception
hasMoreAuthorizations
in interface org.okiproject.serviceapi.roles.Authorizations
public org.okiproject.serviceapi.roles.Authorization nextAuthorization() throws java.lang.Exception
nextAuthorization
in interface org.okiproject.serviceapi.roles.Authorizations
public static org.okiproject.serviceapi.roles.Authorizations getAuthorizationsForPerson(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.FunctionCategory functionCategory, java.lang.Boolean isActiveNow, int start, int number) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsForDoingFWithQ(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsForDoingFWithQ(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.FunctionCategory functionCategory, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.FunctionCategory functionCategory, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Function function, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.FunctionCategory functionCategory, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.common.Person person, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.Function function, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.FunctionCategory functionCategory, org.okiproject.serviceapi.roles.Qualifier qualifier, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, org.okiproject.serviceapi.roles.Function function, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
public static org.okiproject.serviceapi.roles.Authorizations getAuthsSimpleForm(RolesFactory rolesFactory, java.lang.Object authorizationID, java.lang.Boolean isActiveNow, java.lang.Boolean expandFunctions, java.lang.Boolean expandQualifiers) throws java.lang.Exception
AuthorizationID
- public static org.okiproject.serviceapi.roles.Authorizations getAuthsGeneralForm(org.okiproject.serviceapi.roles.FieldValue[] selectionCriteria) throws java.lang.Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |