Class InexactPrincipalEvalPredicateFactoryTest


  • public class InexactPrincipalEvalPredicateFactoryTest
    extends Object
    InexactPrincipalEvalPredicateFactory unit test.
    • Field Detail

      • factory

        private net.shibboleth.idp.authn.principal.impl.InexactPrincipalEvalPredicateFactory factory
      • foo

        private net.shibboleth.idp.authn.principal.UsernamePrincipal foo
        We can test with UsernamePrincipals but actual usage would involve non-user-specific principal types.
      • bar

        private net.shibboleth.idp.authn.principal.UsernamePrincipal bar
      • baz

        private net.shibboleth.idp.authn.principal.UsernamePrincipal baz
    • Constructor Detail

      • InexactPrincipalEvalPredicateFactoryTest

        public InexactPrincipalEvalPredicateFactoryTest()
    • Method Detail

      • testNoPrincipals

        public void testNoPrincipals()
      • testOnePrincipalMatch

        public void testOnePrincipalMatch()
      • testOnePrincipalNoMatch

        public void testOnePrincipalNoMatch()
      • testMultiplePrincipalMatch

        public void testMultiplePrincipalMatch()
      • testMultiplePrincipalMatchMap

        public void testMultiplePrincipalMatchMap()
      • testMultiplePrincipalNoMatch

        public void testMultiplePrincipalNoMatch()