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

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

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


/**
 * An access token for delegation.  This is used later to retrieve the {@link ProtectedAsset}.
 * 

Created by Jeff Gaynor
* on Mar 11, 2011 at 4:10:17 PM */ public interface AccessToken extends Token { /** * An optional shared secret for those implementations that support or require it. Ignored if * unused. * */ String getSharedSecret(); void setSharedSecret(String sharedSecret); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy