org.kuali.rice.kew.web.session
Interface Authentication

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicAuthentication

public interface Authentication
extends Serializable

Represents a user's Authentication. An Authentication reprents the granted authority of the user within the Workflow system or the enterprise. The authority is identified by a String value which should be unique for the particular type of authentication. TODO This is a first cut at this interface, perhaps we should look at something like Acegi security for handling some of this authentication stuff?

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getAuthority()
           
 

Method Detail

getAuthority

String getAuthority()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.