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
.
invalid reference
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(org.opencastproject.security.api.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>, org.opencastproject.util.data.Either<org.opencastproject.security.api.UnauthorizedException, A>> Protected.getFn()Protected.getGrantedOptFn()