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 SecurityPolicyBayeuxServer. getSecurityPolicy()Methods in org.cometd.bayeux.server with parameters of type SecurityPolicy Modifier and Type Method Description voidBayeuxServer. setSecurityPolicy(SecurityPolicy securityPolicy) -
Uses of SecurityPolicy in org.cometd.server
Classes in org.cometd.server that implement SecurityPolicy Modifier and Type Class Description classDefaultSecurityPolicyMethods in org.cometd.server that return SecurityPolicy Modifier and Type Method Description SecurityPolicyBayeuxServerImpl. getSecurityPolicy()Methods in org.cometd.server with parameters of type SecurityPolicy Modifier and Type Method Description voidBayeuxServerImpl. setSecurityPolicy(SecurityPolicy securityPolicy)
-