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

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.attribute.AttributeAuthorityCLI

public class AttributeAuthorityCLI
extends Object

A command line tool that allows individuals to invoke an attribute authority and inspect the resultant attribute statement. This tool expects to retrieve the MetadataProvider it uses under the bean name SAMLMetadataProvider, a SAML1AttributeAuthority under the bean name SAML1AttributeAuthority, and a SAML2AttributeAuthority under the bean name SAML2AttributeAuthority.


Constructor Summary
AttributeAuthorityCLI()
           
 
Method Summary
static void main(String[] args)
          Runs this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeAuthorityCLI

public AttributeAuthorityCLI()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Runs this application. Help message prints if no arguments are given or if the "help" argument is given.

Parameters:
args - command line arguments
Throws:
Exception - thrown if there is a problem during program execution


Copyright © 2006-2008 Internet2. All Rights Reserved.