Uses of Class
com.ibm.tws.objects.types.SecurityLevel

Packages that use SecurityLevel
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.types   
 

Uses of SecurityLevel in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return SecurityLevel
 SecurityLevel Workstation.getSecurityLevel()
          Returns the workstation security level.
 SecurityLevel WorkstationHeader.getSecurityLevel()
          Returns the workstation security level.
 

Methods in com.ibm.tws.objects.model with parameters of type SecurityLevel
 void Workstation.setSecurityLevel(SecurityLevel value)
          Sets the workstation security level.
 void WorkstationHeader.setSecurityLevel(SecurityLevel value)
          Sets the workstation security level.
 

Uses of SecurityLevel in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return SecurityLevel
 SecurityLevel WorkstationInPlan.getSecurityLevel()
          Get the Security Level.
 

Methods in com.ibm.tws.objects.plan with parameters of type SecurityLevel
 void WorkstationInPlan.setSecurityLevel(SecurityLevel s)
          Set the Security Level.
 

Uses of SecurityLevel in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as SecurityLevel
static SecurityLevel SecurityLevel.ON
          The ON value.
static SecurityLevel SecurityLevel.NONE
          The NONE value.
static SecurityLevel SecurityLevel.ENABLED
          The ENABLED value.
static SecurityLevel SecurityLevel.FORCE
          The FORCE value.
 

Methods in com.ibm.tws.objects.types that return SecurityLevel
static SecurityLevel SecurityLevel.getInstance(char charValue)
          Returns a reference to the instance of SecurityLevel that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.