edu.uiuc.ncsa.sas.Subject Maven / Gradle / Ivy
package edu.uiuc.ncsa.sas;
import edu.uiuc.ncsa.security.core.Identifier;
import java.util.UUID;
/**
* Identifies a session by the client id and the session uuid.
* Created by Jeff Gaynor
* on 8/15/22 at 11:03 AM
*/
public class Subject {
public Identifier identifier;
public UUID sessionID;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy