-
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
16 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
...rc/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/ArtifactResolutionService.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class ArtifactResolutionService extends IndexedEndpoint implements org.opensaml.saml.saml2.metadata.ArtifactResolutionService { | ||
} |
2 changes: 2 additions & 0 deletions
2
...src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/AssertionConsumerService.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class AssertionConsumerService extends IndexedEndpoint implements org.opensaml.saml.saml2.metadata.AssertionConsumerService { | ||
} |
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
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
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/IndexedEndpoint.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
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/ManageNameIDService.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class ManageNameIDService extends Endpoint implements org.opensaml.saml.saml2.metadata.ManageNameIDService { | ||
|
||
} |
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/NameIDFormat.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
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/RequestedAttribute.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
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
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
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/ServiceDescription.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class ServiceDescription extends LocalizedName implements org.opensaml.saml.saml2.metadata.ServiceDescription { | ||
|
||
} |
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/ServiceName.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class ServiceName extends LocalizedName implements org.opensaml.saml.saml2.metadata.ServiceName { | ||
|
||
} |
2 changes: 2 additions & 0 deletions
2
backend/src/main/java/edu/internet2/tier/shibboleth/admin/ui/domain/SingleLogoutService.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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
package edu.internet2.tier.shibboleth.admin.ui.domain; | ||
|
||
import lombok.EqualsAndHashCode; | ||
import org.hibernate.envers.Audited; | ||
|
||
import javax.persistence.Entity; | ||
|
||
@Entity | ||
@EqualsAndHashCode(callSuper = true) | ||
@Audited | ||
public class SingleLogoutService extends Endpoint implements org.opensaml.saml.saml2.metadata.SingleLogoutService { | ||
|
||
} |
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
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