org.objectweb.carol.util.csiv2.struct
Class SasStruct

java.lang.Object
  extended by org.objectweb.carol.util.csiv2.struct.SasStruct
All Implemented Interfaces:
java.io.Serializable

public class SasStruct
extends java.lang.Object
implements java.io.Serializable

Cannot extends final class SAS_ContextSec

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
SasStruct()
           
 
Method Summary
 void enableGSSUPSupportedNamingMechanisms()
           
 int getSupportedIdentityTypes()
           
 byte[][] getSupportedNamingMechanisms()
           
 short getTargetRequires()
           
 short getTargetSupports()
           
 void setSupportedIdentityTypes(int supportedIdentityTypes)
           
 void setTargetRequires(int targetRequires)
           
 void setTargetSupports(int targetSupports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SasStruct

public SasStruct()
Method Detail

getTargetRequires

public short getTargetRequires()
Returns:
the targetRequires.

setTargetRequires

public void setTargetRequires(int targetRequires)
Parameters:
targetRequires - The targetRequires to set.

getTargetSupports

public short getTargetSupports()
Returns:
Returns the targetSupports.

setTargetSupports

public void setTargetSupports(int targetSupports)
Parameters:
targetSupports - The targetSupports to set.

getSupportedIdentityTypes

public int getSupportedIdentityTypes()
Returns:
Returns the supportedIdentityTypes.

setSupportedIdentityTypes

public void setSupportedIdentityTypes(int supportedIdentityTypes)
Parameters:
supportedIdentityTypes - The supportedIdentityTypes to set.

getSupportedNamingMechanisms

public byte[][] getSupportedNamingMechanisms()
Returns:
Returns the supportedNamingMechanisms.

enableGSSUPSupportedNamingMechanisms

public void enableGSSUPSupportedNamingMechanisms()