Uses of Interface
com.inesm.KeyManager.model.Resource
Packages that use Resource
-
Uses of Resource in com.inesm.KeyManager.model
Subinterfaces of Resource in com.inesm.KeyManager.modelModifier and TypeInterfaceDescriptioninterfaceA resource that is used to distribute the system resources over the network.interfaceA station resource that can be shared with different stations.Classes in com.inesm.KeyManager.model that implement ResourceModifier and TypeClassDescriptionclassRepresents the keys metadata, and provides references for its cryptographic value.classRepresents a message containing an operation to be distributed over the network and executed upon reaching its destination.classRepresents a joint usage context and sharing preferences for a set of keys.classRepresents an acknowledgment of the reception of a message.classImplementation of No-Lone Zones.classRepresents a container for a set of permissions.classContainer for the application settings.classRepresents a station running an instance of the Key Manager application.classMethods in com.inesm.KeyManager.model that return ResourceMethods in com.inesm.KeyManager.model with parameters of type ResourceConstructors in com.inesm.KeyManager.model with parameters of type ResourceModifierConstructorDescriptionRequest(int operationID, String userFullname, String userCitizenCard, Resource operationData, LocalDateTime time, int scope) -
Uses of Resource in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services with parameters of type ResourceModifier and TypeMethodDescriptionlongCreates a new request.voidSessionService.distribute(int operationID, Resource data) Distributes the results of an operation.voidIntercept an operation.voidUpdates a log instance regarding a the outcome of the operation, and the received parameters.