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

edu.uiuc.ncsa.security.delegation.client.server.ResourceOwner Maven / Gradle / Ivy

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

import edu.uiuc.ncsa.security.delegation.services.AddressableServer;
import edu.uiuc.ncsa.security.delegation.token.AuthorizationGrant;

/**
 * Models the owner of the resource (e.g. a person).
 * 

Created by Jeff Gaynor
* on Mar 11, 2011 at 4:09:29 PM */ public interface ResourceOwner extends AddressableServer { AuthorizationGrant grantAuthorization(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy