|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.security.SecurityAssociationOptions
public class SecurityAssociationOptions
Helper class for dealing with org.omg.CSIIOP.AssociationOptions and org.omg.SSLIOP.AssociationOptions.
Field Summary | |
---|---|
static short |
ATTR_ASSOCOPTS_MASK
Mask with association options allowed for the attribute supports fields. |
static short |
AUTH_ASSOCOPTS_MASK
Mask with association options allowed for the authentication supports/requires fields. |
static short |
TRANS_ASSOCOPTS_MASK
Mask with association options allowed for the transport supports/requires fields. |
Constructor Summary | |
---|---|
SecurityAssociationOptions()
|
Method Summary | |
---|---|
static short |
parse(java.lang.String options)
This method parses a comma separated string of org.omg.CSIIOP.AssociationOptions. |
static short |
parse(java.lang.String options,
short mask)
This method parses a comma separated string of org.omg.CSIIOP.AssociationOptions. |
static java.lang.String |
toString(short flags)
Convert the bits into a string representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short TRANS_ASSOCOPTS_MASK
public static final short AUTH_ASSOCOPTS_MASK
public static final short ATTR_ASSOCOPTS_MASK
Constructor Detail |
---|
public SecurityAssociationOptions()
Method Detail |
---|
public static java.lang.String toString(short flags)
flags
- A short value containing the bit field.
public static short parse(java.lang.String options)
options
- A comma separated list of association option names.
public static short parse(java.lang.String options, short mask)
options
- A comma separated list of association option names.mask
- A mask of allowed options.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |