edu.internet2.middleware.shibboleth.common.attribute
Class AttributeAuthorityCLI.CLIParserBuilder

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.attribute.AttributeAuthorityCLI.CLIParserBuilder
Enclosing class:
AttributeAuthorityCLI

private static class AttributeAuthorityCLI.CLIParserBuilder
extends Object

Helper class that creates the command line argument parser.


Field Summary
static String AUTHN_METHOD
           
static jargs.gnu.CmdLineParser.Option AUTHN_METHOD_ARG
           
static String CONFIG_DIR
           
static jargs.gnu.CmdLineParser.Option CONFIG_DIR_ARG
           
static String HELP
           
static jargs.gnu.CmdLineParser.Option HELP_ARG
           
static String ISSUER
           
static jargs.gnu.CmdLineParser.Option ISSUER_ARG
           
static String PRINCIPAL
           
static jargs.gnu.CmdLineParser.Option PRINCIPAL_ARG
           
static String REQUESTER
           
static jargs.gnu.CmdLineParser.Option REQUESTER_ARG
           
static String SAML1
           
static jargs.gnu.CmdLineParser.Option SAML1_ARG
           
static String SPRING_EXTS
           
static jargs.gnu.CmdLineParser.Option SPRING_EXTS_ARG
           
 
Constructor Summary
private AttributeAuthorityCLI.CLIParserBuilder()
           
 
Method Summary
static jargs.gnu.CmdLineParser buildParser()
          Create a new command line parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP

public static final String HELP
See Also:
Constant Field Values

CONFIG_DIR

public static final String CONFIG_DIR
See Also:
Constant Field Values

SPRING_EXTS

public static final String SPRING_EXTS
See Also:
Constant Field Values

REQUESTER

public static final String REQUESTER
See Also:
Constant Field Values

ISSUER

public static final String ISSUER
See Also:
Constant Field Values

PRINCIPAL

public static final String PRINCIPAL
See Also:
Constant Field Values

AUTHN_METHOD

public static final String AUTHN_METHOD
See Also:
Constant Field Values

SAML1

public static final String SAML1
See Also:
Constant Field Values

HELP_ARG

public static jargs.gnu.CmdLineParser.Option HELP_ARG

CONFIG_DIR_ARG

public static jargs.gnu.CmdLineParser.Option CONFIG_DIR_ARG

SPRING_EXTS_ARG

public static jargs.gnu.CmdLineParser.Option SPRING_EXTS_ARG

REQUESTER_ARG

public static jargs.gnu.CmdLineParser.Option REQUESTER_ARG

ISSUER_ARG

public static jargs.gnu.CmdLineParser.Option ISSUER_ARG

PRINCIPAL_ARG

public static jargs.gnu.CmdLineParser.Option PRINCIPAL_ARG

AUTHN_METHOD_ARG

public static jargs.gnu.CmdLineParser.Option AUTHN_METHOD_ARG

SAML1_ARG

public static jargs.gnu.CmdLineParser.Option SAML1_ARG
Constructor Detail

AttributeAuthorityCLI.CLIParserBuilder

private AttributeAuthorityCLI.CLIParserBuilder()
Method Detail

buildParser

public static jargs.gnu.CmdLineParser buildParser()
Create a new command line parser.

Returns:
command line parser


Copyright © 1999-2012. All Rights Reserved.