Skip to content

Commit

Permalink
Merge branch 'feature/shibui-2393' of bitbucket.org:unicon/shib-idp-u…
Browse files Browse the repository at this point in the history
…i into feature/shibui-2393
  • Loading branch information
rmathis committed Dec 6, 2022
2 parents b56801d + 8b57840 commit 6e803a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package edu.internet2.tier.shibboleth.admin.ui.domain;

import com.fasterxml.jackson.annotation.JsonIgnore;
import edu.internet2.tier.shibboleth.admin.ui.security.model.Group;

public interface IActivatable {
ActivatableType getActivatableType();

void setEnabled(Boolean enabled);

@JsonIgnore
default String getIdOfOwner() {
return Group.ADMIN_GROUP.getName();
}
Expand Down

0 comments on commit 6e803a6

Please sign in to comment.