1 23 package org.infoglue.deliver.portal.om; 24 25 import java.util.Locale ; 26 27 import org.apache.pluto.om.common.Description; 28 import org.apache.pluto.om.common.SecurityRoleRef; 29 30 36 public class SecurityRoleRefImpl implements SecurityRoleRef { 37 38 41 public String getRoleLink() { 42 return null; 43 } 44 45 48 public String getRoleName() { 49 return null; 50 } 51 52 55 public Description getDescription(Locale locale) { 56 return null; 57 } 58 59 } 60 | Popular Tags |