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

com.wadpam.gaelic.security.SecurityDetails Maven / Gradle / Ivy

The newest version!
/*
 * INSERT COPYRIGHT HERE
 */

package com.wadpam.gaelic.security;

import java.util.Collection;

/**
 *
 * @author sosandstrom
 */
public interface SecurityDetails {
    String getUsername();
    String getPassword();
    Object getUserKey();
    Collection getRoles();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy