Package com.ibm.websphere.security
Class WSSecurityHelper
java.lang.Object
com.ibm.websphere.security.WSSecurityHelper
Provides methods to perform security functions
- Since:
 - WAS 5.1.1
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanThis method returns whether the security service is activated.static booleanThe returning value of this method is the same as isGlobalSecurityEnabled method. 
- 
Constructor Details
- 
WSSecurityHelper
public WSSecurityHelper() 
 - 
 - 
Method Details
- 
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.
 
 -