org.objectweb.carol.util.csiv2.struct

Class SasStruct

Implemented Interfaces:
Serializable

public class SasStruct
extends java.lang.Object
implements Serializable

Cannot extends final class SAS_ContextSec

Author:
Florent Benoit

Method Summary

void
enableGSSUPSupportedNamingMechanisms()
int
getSupportedIdentityTypes()
byte[][]
getSupportedNamingMechanisms()
short
getTargetRequires()
short
getTargetSupports()
void
setSupportedIdentityTypes(int supportedIdentityTypes)
void
setTargetRequires(int targetRequires)
void
setTargetSupports(int targetSupports)

Method Details

enableGSSUPSupportedNamingMechanisms

public void enableGSSUPSupportedNamingMechanisms()


getSupportedIdentityTypes

public int getSupportedIdentityTypes()

Returns:
Returns the supportedIdentityTypes.


getSupportedNamingMechanisms

public byte[][] getSupportedNamingMechanisms()

Returns:
Returns the supportedNamingMechanisms.


getTargetRequires

public short getTargetRequires()

Returns:
the targetRequires.


getTargetSupports

public short getTargetSupports()

Returns:
Returns the targetSupports.


setSupportedIdentityTypes

public void setSupportedIdentityTypes(int supportedIdentityTypes)

Parameters:
supportedIdentityTypes - The supportedIdentityTypes to set.


setTargetRequires

public void setTargetRequires(int targetRequires)

Parameters:
targetRequires - The targetRequires to set.


setTargetSupports

public void setTargetSupports(int targetSupports)

Parameters:
targetSupports - The targetSupports to set.