org.acegisecurity.userdetails.memory
Class UserAttribute

java.lang.Object
  extended by org.acegisecurity.userdetails.memory.UserAttribute

public class UserAttribute
extends Object

Used by InMemoryDaoImpl to temporarily store the attributes associated with a user.

Version:
$Id: UserAttribute.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex

Constructor Summary
UserAttribute()
           
 
Method Summary
 void addAuthority(GrantedAuthority newAuthority)
           
 GrantedAuthority[] getAuthorities()
           
 String getPassword()
           
 boolean isEnabled()
           
 boolean isValid()
           
 void setEnabled(boolean enabled)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAttribute

public UserAttribute()
Method Detail

addAuthority

public void addAuthority(GrantedAuthority newAuthority)

getAuthorities

public GrantedAuthority[] getAuthorities()

getPassword

public String getPassword()

isEnabled

public boolean isEnabled()

isValid

public boolean isValid()

setEnabled

public void setEnabled(boolean enabled)

setPassword

public void setPassword(String password)


Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.