org.apache.jetspeed.om.portlet
Interface SecurityRole


public interface SecurityRole

Version:
$Id: SecurityRole.java 709083 2008-10-30 03:58:27Z ate $

Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<? extends Description> getDescriptions()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

getDescription

Description getDescription(java.util.Locale locale)

getDescriptions

java.util.List<? extends Description> getDescriptions()

addDescription

Description addDescription(java.lang.String lang)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.