public class SystemAclHandler extends BaseHandler
| Constructor and Description | 
|---|
| SystemAclHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | aclChildChannelCandidate(java.lang.Object ctx,
                        java.lang.String[] params)TODO: Right now this method calls a small little query
 very similar to how the perl code decides this acl. | 
| boolean | aclClientCapable(java.lang.Object ctx,
                java.lang.String[] params)Returns true if the client is capable of performing the given
 task. | 
| boolean | aclCobblerSystemRecordExists(java.lang.Object ctx,
                            java.lang.String[] params)Checks to see if a cobbler system record exists for this system | 
| boolean | aclOrgHasProxies(java.lang.Object ctx,
                java.lang.String[] params)Checks to see if an org has proxies | 
| boolean | aclSatellitePossible(java.lang.Object ctx,
                    java.lang.String[] params)This acl is basically a combination of two others. | 
| boolean | aclSystemIsProxy(java.lang.Object ctx,
                java.lang.String[] params)Uses the sid param to decide if a system is a proxy server | 
| boolean | aclSystemIsSatellite(java.lang.Object ctx,
                    java.lang.String[] params)Uses the sid param to decide if a system is a satellite server | 
| boolean | aclSystemKickstartSessionExists(java.lang.Object ctx,
                               java.lang.String[] params)Checks to see if the system has a KickstartSession | 
| boolean | aclSystemProfileCapable(java.lang.Object ctx,
                       java.lang.String[] params)FIXME not implemented. | 
aclIsSatellite, getAsLongpublic boolean aclClientCapable(java.lang.Object ctx,
                                java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use to fetch from Contextpublic boolean aclChildChannelCandidate(java.lang.Object ctx,
                                        java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use to fetch from Contextpublic boolean aclSatellitePossible(java.lang.Object ctx,
                                    java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use to fetch from Contextpublic boolean aclSystemProfileCapable(java.lang.Object ctx,
                                       java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use to fetch from Contextpublic boolean aclSystemIsSatellite(java.lang.Object ctx,
                                    java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use (unused)public boolean aclSystemIsProxy(java.lang.Object ctx,
                                java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use (unused)public boolean aclSystemKickstartSessionExists(java.lang.Object ctx,
                                               java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use (unused)public boolean aclCobblerSystemRecordExists(java.lang.Object ctx,
                                            java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use (unused)public boolean aclOrgHasProxies(java.lang.Object ctx,
                                java.lang.String[] params)
ctx - Context Map to pass inparams - Parameters to use (unused)