Uses of Interface
org.osid.authorization.AuthorizationList
Packages that use AuthorizationList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization
service.
The Open Service Interface Definitions for the org.osid.authorization.rules
service.
-
Uses of AuthorizationList in org.osid.authorization
Methods in org.osid.authorization that return AuthorizationListModifier and TypeMethodDescriptionAuthorizationLookupSession.getAuthorizations()Geta allAuthorizations.AuthorizationSearchResults.getAuthorizations()Gets the authorization list resulting from the search.AuthorizationLookupSession.getAuthorizationsByGenusType(Type authorizationGenusType) Gets anAuthorizationListcorresponding to the given authorization genusTypewhich does not include authorizations of genus types derived from the specifiedType.AuthorizationLookupSession.getAuthorizationsByIds(IdList authorizationIds) Gets anAuthorizationListcorresponding to the givenIdList.AuthorizationLookupSession.getAuthorizationsByParentGenusType(Type authorizationGenusType) Gets anAuthorizationListcorresponding to the given authorization genusTypeand include authorizations of genus types derived from the specifiedType.AuthorizationQuerySession.getAuthorizationsByQuery(AuthorizationQuery authorizationQuery) Gets a list ofAuthorizationsmatching the given query.AuthorizationLookupSession.getAuthorizationsByRecordType(Type authorizationRecordType) Gets anAuthorizationListcontaining the given authorization recordType.AuthorizationVaultSession.getAuthorizationsByVault(Id vaultId) Gets the list ofAuthorizationsassociated with aVault.AuthorizationVaultSession.getAuthorizationsByVault(IdList vaultIds) Gets the list ofAuthorizationscorresponding to a list ofVault.AuthorizationLookupSession.getAuthorizationsForAgent(Id agentId) Gets a list ofAuthorizationsassociated with a given agent.AuthorizationLookupSession.getAuthorizationsForAgentAndFunction(Id agentId, Id functionId) Gets a list ofAuthorizationsassociated with a given agent.AuthorizationLookupSession.getAuthorizationsForAgentAndFunctionOnDate(Id agentId, Id functionId, DateTime from, DateTime to) Gets anAuthorizationListfor the given agent and effective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForAgentAndQualifier(Id agentId, Id qualifierId) Gets a list ofAuthorizationsassociated with a given agent and qualifier.AuthorizationLookupSession.getAuthorizationsForAgentAndQualifierOnDate(Id agentId, Id qualifierId, DateTime from, DateTime to) Gets anAuthorizationListfor the given agent and qualifier and effective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForAgentOnDate(Id agentId, DateTime from, DateTime to) Gets anAuthorizationListfor the given agent and effective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForFunction(Id functionId) Gets a list ofAuthorizationsassociated with a given function.AuthorizationLookupSession.getAuthorizationsForFunctionOnDate(Id functionId, DateTime from, DateTime to) Gets anAuthorizationListfor the given function and effective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForQualifier(Id qualifierId) Gets a list ofAuthorizationsassociated with a given qualifier.AuthorizationLookupSession.getAuthorizationsForQualifierOnDate(Id qualifierId, DateTime from, DateTime to) Gets anAuthorizationListfor the given qualifier and effective during the entire given date range inclusive but not confined to the date range In plenary mode, the returned list contains all known authorizations or an error results.AuthorizationLookupSession.getAuthorizationsForResource(Id resourceId) Gets a list ofAuthorizationsassociated with a given resource.AuthorizationLookupSession.getAuthorizationsForResourceAndFunction(Id resourceId, Id functionId) Gets a list ofAuthorizationsassociated with a given resource.AuthorizationLookupSession.getAuthorizationsForResourceAndFunctionOnDate(Id resourceId, Id functionId, DateTime from, DateTime to) Gets anAuthorizationListeffective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForResourceAndQualifier(Id resourceId, Id qualifierId) Gets a list ofAuthorizationsassociated with a given resource and qualifier.AuthorizationLookupSession.getAuthorizationsForResourceAndQualifierOnDate(Id resourceId, Id qualifierId, DateTime from, DateTime to) Gets anAuthorizationListfor the given resource and qualifier and effective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets anAuthorizationListeffective during the entire given date range inclusive but not confined to the date range.AuthorizationLookupSession.getAuthorizationsOnDate(DateTime from, DateTime to) Gets anAuthorizationListeffective during the entire given date range inclusive but not confined to the date range. -
Uses of AuthorizationList in org.osid.authorization.rules
Methods in org.osid.authorization.rules that return AuthorizationListModifier and TypeMethodDescriptionAuthorizationEnablerRuleLookupSession.getAuthorizationsForAuthorizationEnabler(Id authorizationEnablerId) Gets theAuthorizationsmapped to anAuthorizationEnabler.