Skip to content

Library to assist with processing the members.xml file.

Notifications You must be signed in to change notification settings

ukf/ukf-members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ukf-members

UK federation Members Database Access

The UK federation maintains a database of federation members and various properties of those members as an XML file. This project provides classes to ease read-only access to this database for use in the federation's metadata toolchain, which is based on the Shibboleth metadata aggregator framework.

There are examples of the data contained in the test resources in the src/test/resources directory. Note that these do not represent current operational data, and have been filtered to remove any personal information.

The schema for members.xml can be found in src/main/resources as ukfederation-members.xsd. This schema is used to generate basic parsing classes for the document using JAXB; the main functionality of this package is then layered on top.

Copyright and License

The entire package is Copyright (C) 2013, University of Edinburgh.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Library to assist with processing the members.xml file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages