All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.webprotege.user.GetAuthenticatedUserDetailsResponse Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.user;

import com.fasterxml.jackson.annotation.JsonTypeName;
import edu.stanford.protege.webprotege.authorization.ActionId;
import edu.stanford.protege.webprotege.dispatch.Result;

import java.util.Collection;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2021-10-29
 */
@JsonTypeName("webprotege.users.GetAuthenticatedUserDetails")
public record GetAuthenticatedUserDetailsResponse(UserDetails userDetails,
                                                  Collection permittedActions) implements Result {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy