Package org.globus.gsi.gssapi.example
Class GetOpts
- java.lang.Object
-
- org.globus.gsi.gssapi.example.GetOpts
-
- Direct Known Subclasses:
GetOpts
public class GetOpts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleananonymityjava.lang.StringauthbooleanconfbooleandelegbooleangsiModeprotected java.lang.StringhelpMsgintlifetimebooleanlimitedDelegbooleanrejectLimitedProxyprotected java.lang.Stringusage
-
Constructor Summary
Constructors Constructor Description GetOpts(java.lang.String usage, java.lang.String helpMsg)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voiderror(java.lang.String msg)intparse(java.lang.String[] args)protected intparseArg(java.lang.String[] args, int i)
-
-
-
Field Detail
-
conf
public boolean conf
-
lifetime
public int lifetime
-
gsiMode
public boolean gsiMode
-
deleg
public boolean deleg
-
limitedDeleg
public boolean limitedDeleg
-
rejectLimitedProxy
public boolean rejectLimitedProxy
-
anonymity
public boolean anonymity
-
auth
public java.lang.String auth
-
usage
protected java.lang.String usage
-
helpMsg
protected java.lang.String helpMsg
-
-