org.apache.jetspeed.om.profile
Interface Role

All Known Implementing Classes:
PsmlRole

public interface Role

Interface for security roles in psml

Version:
$Id: Role.java,v 1.2 2004/02/23 03:05:01 jford Exp $
Author:
David Sean Taylor

Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
          Sets the role name required for accessing this entry
 

Method Detail

getName

public java.lang.String getName()
Returns:
the role name that is required for accessing this entry

setName

public void setName(java.lang.String name)
Sets the role name required for accessing this entry

Parameters:
name - the required role name


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.