edu.internet2.middleware.shibboleth.common.attribute
Class AttributeAuthorityCLI
java.lang.Object
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.
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 |
AttributeAuthorityCLI
public AttributeAuthorityCLI()
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-2009 Internet2. All Rights Reserved.