Package ch.entwine.weblounge.common.security

Examples of ch.entwine.weblounge.common.security.Security


  /**
   * Registers the security marker in the OSGi registry.
   */
  private void publishSecurityMarker() {
    Dictionary<String, String> securityProperties = new Hashtable<String, String>();
    bundleCtx.registerService(Security.class.getName(), new Security() {
    }, securityProperties);
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.common.security.Security

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.