Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jul 24, 2018
1 parent cb54cb6 commit b592109
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package edu.internet2.tier.shibboleth.admin.ui.domain.resolvers;

/**
* This is a persistent entity abstraction encapsulating a collection of metadata resolver ids
* for the purpose of maintaining an order of all persistent metadata resolvers which becomes significant during
* generation of XML metadata for the resolvers.
*
* Maintaining this separate entity enables UI layer for example to explicitly manipulate ordering e.g. use REST
* API to reorder resolvers, etc.
*
* @author Dmitriy
*/
public class MetadataResolversOrderContainer {
}

0 comments on commit b592109

Please sign in to comment.