Class ExactPrincipalEvalPredicateFactoryTest


  • public class ExactPrincipalEvalPredicateFactoryTest
    extends Object
    ExactPrincipalEvalPredicateFactory unit test.
    • Field Detail

      • factory

        private net.shibboleth.idp.authn.principal.impl.ExactPrincipalEvalPredicateFactory 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
    • Constructor Detail

      • ExactPrincipalEvalPredicateFactoryTest

        public ExactPrincipalEvalPredicateFactoryTest()
    • Method Detail

      • testNoPrincipals

        public void testNoPrincipals()
      • testOnePrincipal

        public void testOnePrincipal()
      • testMultiplePrincipal

        public void testMultiplePrincipal()