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

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

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

Cannot extends final class AS_ContextSec

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
AsStruct()
           
 
Method Summary
 byte[] getClientAuthenticationMech()
           
 byte[] getTargetName()
           
 short getTargetRequires()
           
 short getTargetSupports()
           
 void setTargetName(java.lang.String targetName)
           
 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

AsStruct

public AsStruct()
Method Detail

getTargetName

public byte[] getTargetName()
Returns:
the targetName.

setTargetName

public void setTargetName(java.lang.String targetName)
Parameters:
targetName - The targetName to set.

getClientAuthenticationMech

public byte[] getClientAuthenticationMech()
Returns:
client authentication mech

getTargetRequires

public short getTargetRequires()
Returns:
the targetRequires.

setTargetRequires

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

getTargetSupports

public short getTargetSupports()
Returns:
the targetSupports.

setTargetSupports

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