org.kuali.rice.kew.web.session
Class BasicAuthentication

java.lang.Object
  extended by org.kuali.rice.kew.web.session.BasicAuthentication
All Implemented Interfaces:
Serializable, Authentication

public class BasicAuthentication
extends Object
implements Authentication

Represents a basic authentication within the system which can be represented by a String.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  String authority
           
private static long serialVersionUID
           
 
Constructor Summary
BasicAuthentication(String authority)
           
 
Method Summary
 String getAuthority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

authority

private final String authority
Constructor Detail

BasicAuthentication

public BasicAuthentication(String authority)
Method Detail

getAuthority

public String getAuthority()
Specified by:
getAuthority in interface Authentication


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