Class WSSecurityHelper


  • public class WSSecurityHelper
    extends java.lang.Object
    Provides methods to perform security functions
    Since:
    WAS 5.1.1
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isGlobalSecurityEnabled()
      This method returns whether the security service is activated.
      static boolean isServerSecurityEnabled()
      The returning value of this method is the same as isGlobalSecurityEnabled method.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSSecurityHelper

        public WSSecurityHelper()
    • Method Detail

      • isServerSecurityEnabled

        public static boolean isServerSecurityEnabled()

        The returning value of this method is the same as isGlobalSecurityEnabled method. This method is for the compatibility with the traditional WebSphere Application Server.

      • isGlobalSecurityEnabled

        public static boolean isGlobalSecurityEnabled()

        This method returns whether the security service is activated.