Uses of Class
org.opencastproject.assetmanager.impl.Protected
Packages that use Protected
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.-
Uses of Protected in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return ProtectedModifier and TypeMethodDescriptionstatic <A> Protected<A> Protected.granted(A a) static <A> Protected<A> Protected.rejected(UnauthorizedException e) Methods in org.opencastproject.assetmanager.impl that return types with arguments of type ProtectedModifier and TypeMethodDescriptionstatic <A> com.entwinemedia.fn.Fn<Protected<A>, Either<UnauthorizedException, A>> Protected.getFn()Protected.getGrantedOptFn()