Package com.ibm.websphere.security
Class WSSecurityHelper
- java.lang.Object
- 
- com.ibm.websphere.security.WSSecurityHelper
 
- 
 public class WSSecurityHelper extends java.lang.ObjectProvides methods to perform security functions- Since:
- WAS 5.1.1
 
- 
- 
Constructor SummaryConstructors Constructor Description WSSecurityHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisGlobalSecurityEnabled()This method returns whether the security service is activated.static booleanisServerSecurityEnabled()The returning value of this method is the same as isGlobalSecurityEnabled method.
 
- 
- 
- 
Method Detail- 
isServerSecurityEnabledpublic 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. 
 - 
isGlobalSecurityEnabledpublic static boolean isGlobalSecurityEnabled() This method returns whether the security service is activated. 
 
- 
 
-