jet.acl.api
Interface JRSecurityContextFactory


public interface JRSecurityContextFactory


Method Summary
 SecurityContext getSecurityContext(javax.swing.JFrame frame, java.util.Vector<java.lang.String> roles)
           
 

Method Detail

getSecurityContext

SecurityContext getSecurityContext(javax.swing.JFrame frame,
                                   java.util.Vector<java.lang.String> roles)
                                   throws JRSecurityContextException
Parameters:
frame - The parent window.
roles - The role list defined by RLS(Record Level Security).
Returns:
the SecurityContext object. Please refer to jet.server.api.SecurityContext.
Throws:
JRSecurityContextException