[java-identity-provider] branch maint-4 updated: Deprecate a class we need to move.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 27 13:49:34 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a8629f331ff8fdab74cb1df8beae6c3a0ffe2e30
The following commit(s) were added to refs/heads/maint-4 by this push:
new a8629f331 Deprecate a class we need to move.
a8629f331 is described below
commit a8629f331ff8fdab74cb1df8beae6c3a0ffe2e30
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 27 09:49:31 2022 -0400
Deprecate a class we need to move.
---
.../idp/authn/principal/DefaultPrincipalDeterminationStrategy.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/DefaultPrincipalDeterminationStrategy.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/DefaultPrincipalDeterminationStrategy.java
index 9d72bc37f..fdcecd375 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/DefaultPrincipalDeterminationStrategy.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/DefaultPrincipalDeterminationStrategy.java
@@ -46,7 +46,10 @@ import org.opensaml.profile.context.ProfileRequestContext;
* </p>
*
* @param <T> the custom Principal type to locate
+ *
+ * @deprecated
*/
+ at Deprecated(since="4.3.0", forRemoval=true)
public class DefaultPrincipalDeterminationStrategy<T extends Principal> implements Function<ProfileRequestContext,T> {
/** Type of Principal to return. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list