Uses of Interface
org.cometd.bayeux.server.SecurityPolicy
-
Packages that use SecurityPolicy Package Description org.cometd.bayeux.server org.cometd.server -
-
Uses of SecurityPolicy in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return SecurityPolicy Modifier and Type Method Description SecurityPolicy
BayeuxServer. getSecurityPolicy()
Methods in org.cometd.bayeux.server with parameters of type SecurityPolicy Modifier and Type Method Description void
BayeuxServer. setSecurityPolicy(SecurityPolicy securityPolicy)
-
Uses of SecurityPolicy in org.cometd.server
Classes in org.cometd.server that implement SecurityPolicy Modifier and Type Class Description class
DefaultSecurityPolicy
Methods in org.cometd.server that return SecurityPolicy Modifier and Type Method Description SecurityPolicy
BayeuxServerImpl. getSecurityPolicy()
Methods in org.cometd.server with parameters of type SecurityPolicy Modifier and Type Method Description void
BayeuxServerImpl. setSecurityPolicy(SecurityPolicy securityPolicy)
-