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

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

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

/**
 * 

Created by Jeff Gaynor
* on 2/21/14 at 3:45 PM */ public interface RefreshToken extends Token{ /** * The time interval, in milliseconds, that this token remains valid. *

Caveat

* some protocols return this in seconds, so make sure it is in the proper units * before putting it in a refresh token. * @return */ public long getExpiresIn(); public void setExpiresIn(long expiresIn); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy