public class SasStruct
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SasStruct() |
Modifier and Type | Method and Description |
---|---|
void |
enableGSSUPSupportedNamingMechanisms() |
int |
getSupportedIdentityTypes() |
byte[][] |
getSupportedNamingMechanisms() |
short |
getTargetRequires() |
short |
getTargetSupports() |
void |
setSupportedIdentityTypes(int supportedIdentityTypes) |
void |
setTargetRequires(int targetRequires) |
void |
setTargetSupports(int targetSupports) |
public short getTargetRequires()
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.public short getTargetSupports()
public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.public int getSupportedIdentityTypes()
public void setSupportedIdentityTypes(int supportedIdentityTypes)
supportedIdentityTypes
- The supportedIdentityTypes to set.public byte[][] getSupportedNamingMechanisms()
public void enableGSSUPSupportedNamingMechanisms()