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

edu.uiuc.ncsa.sas.Subject Maven / Gradle / Ivy

There is a newer version: 5.4.3
Show newest version
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