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

com.icthh.xm.commons.permission.access.subject.Subject Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
package com.icthh.xm.commons.permission.access.subject;

import lombok.Value;

@Value
public class Subject {
    private String login;
    private String userKey;
    private String role;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy