org.objectweb.carol.util.csiv2.struct
Class SasStruct
java.lang.Object
org.objectweb.carol.util.csiv2.struct.SasStruct
- Serializable
public class SasStruct
extends java.lang.Object
implements Serializable
Cannot extends final class SAS_ContextSec
- Florent Benoit
enableGSSUPSupportedNamingMechanisms
public void enableGSSUPSupportedNamingMechanisms()
getSupportedIdentityTypes
public int getSupportedIdentityTypes()
- Returns the supportedIdentityTypes.
getSupportedNamingMechanisms
public byte[][] getSupportedNamingMechanisms()
- Returns the supportedNamingMechanisms.
getTargetRequires
public short getTargetRequires()
- the targetRequires.
getTargetSupports
public short getTargetSupports()
- Returns the targetSupports.
setSupportedIdentityTypes
public void setSupportedIdentityTypes(int supportedIdentityTypes)
supportedIdentityTypes
- The supportedIdentityTypes to set.
setTargetRequires
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.
setTargetSupports
public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.