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

org.nakedobjects.runtime.authentication.AuthenticationRequest Maven / Gradle / Ivy

package org.nakedobjects.runtime.authentication;

public interface AuthenticationRequest {

    String getName();

    String[] getRoles();

    void setRoles(String[] roles);

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy