Uses of Interface
org.osid.authentication.process.TrustList
Packages that use TrustList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.process
service.
-
Uses of TrustList in org.osid.authentication.process
Methods in org.osid.authentication.process that return TrustListModifier and TypeMethodDescriptionTrustLookupSession.getCircleOfTrust(Id trustId) Gets aTrustListin the same circle, or the same level of confidence, as the given trust.TrustLookupSession.getTrusts()Gets allTrusts.TrustLookupSession.getTrustsByGenusType(Type trustGenusType) Gets aTrustListcorresponding to the given trust genusTypewhich does not include trusts of genus types derived from the specifiedType.TrustLookupSession.getTrustsByIds(IdList trustIds) Gets aTrustListcorresponding to the givenIdList.TrustLookupSession.getTrustsByParentGenusType(Type trustGenusType) Gets aTrustListcorresponding to the given trust genusTypeand include any additional trusts with genus types derived from the specifiedType.TrustLookupSession.getTrustsByRecordType(Type trustRecordType) Gets aTrustListcontaining the given trust recordType.