1 25 26 package org.objectweb.jonas.security; 27 28 import org.objectweb.jonas.service.Service; 29 import org.objectweb.jonas.security.realm.factory.JResource; 30 31 32 35 public interface SecurityService extends Service { 36 37 42 JResource getJResource(String name); 43 44 45 49 String toXML(); 50 51 52 57 void bindResource(String name, JResource resource); 58 59 60 } 61 | Popular Tags |