org.objectweb.carol.util.csiv2.struct
Class SasStruct
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SasStruct
public SasStruct()
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()