-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
.../internet2/tier/shibboleth/admin/ui/domain/resolvers/MetadataResolversOrderContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |