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

edu.uiuc.ncsa.security.delegation.token.Token Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package edu.uiuc.ncsa.security.delegation.token;

import java.io.Serializable;

/**
 * General top-level object for tokens in a delegation system. All token are derivative of this.
 * Differing implementations may have to extend this.
 * 

Created by Jeff Gaynor
* on Apr 28, 2011 at 9:39:23 AM */ public interface Token extends Serializable { /** * The token. * * @return */ String getToken(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy