Class BinarySecurityTokenTest


  • public class BinarySecurityTokenTest
    extends Object
    This is a test for constructing and processing BinarySecurityTokens.
    • Constructor Detail

      • BinarySecurityTokenTest

        public BinarySecurityTokenTest()
                                throws Exception
        Throws:
        Exception
    • Method Detail

      • testX509

        @Test
        public void testX509()
                      throws Exception
        A unit test for an X.509 BinarySecurityToken
        Throws:
        Exception
      • testPKIPath

        @Test
        public void testPKIPath()
                         throws Exception
        A unit test for an PKIPath BinarySecurityToken
        Throws:
        Exception
      • testCustomToken

        @Test
        public void testCustomToken()
                             throws Exception
        A unit test for a custom BinarySecurityToken
        Throws:
        Exception