Skip to content

Commit

Permalink
SHIBUI-2393/2490
Browse files Browse the repository at this point in the history
fix unit tests
  • Loading branch information
chasegawa committed Dec 6, 2022
1 parent 107e46c commit 8b57840
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 8b57840

Please sign in to comment.