Searched defs:ResourceSetLabel (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DResourceSetLabel.java27 public class ResourceSetLabel { class
34 public ResourceSetLabel(String id, String name, LabelType type, Set<String> resourceSetIds) { method in class:ResourceSetLabel
74 ResourceSetLabel that = (ResourceSetLabel) o;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DResourceSetLabel.java32 public class ResourceSetLabel { class
48 public ResourceSetLabel(String id, String name, LabelType type, Set<String> resourceSetIds) { method in class:ResourceSetLabel
88 ResourceSetLabel that = (ResourceSetLabel) o;

Completed in 257 milliseconds