Class BaseEncoderDefinitionParserTest

    • Constructor Detail

      • BaseEncoderDefinitionParserTest

        public BaseEncoderDefinitionParserTest()
    • Method Detail

      • getAttributeTranscoderRule

        protected net.shibboleth.idp.attribute.transcoding.TranscodingRule getAttributeTranscoderRule​(String fileName)
      • getAttributeTranscoderRule

        protected net.shibboleth.idp.attribute.transcoding.TranscodingRule getAttributeTranscoderRule​(String fileName,
                                                                                                      boolean activation,
                                                                                                      Boolean encodeType)
      • getAttributeTranscoderRule

        private net.shibboleth.idp.attribute.transcoding.TranscodingRule getAttributeTranscoderRule​(String fileName,
                                                                                                    String activationValue,
                                                                                                    String encodeType)
      • getAttributeTranscoderRule

        protected net.shibboleth.idp.attribute.transcoding.TranscodingRule getAttributeTranscoderRule​(String fileName,
                                                                                                      GenericApplicationContext context)
      • checkEncodeType

        protected static void checkEncodeType​(Map<String,​Object> rule,
                                              String propName,
                                              boolean expectedValue)
      • testWithProperties

        protected abstract void testWithProperties​(boolean activation,
                                                   Boolean encodeType)
      • values

        public void values()
      • testWithProperties

        private void testWithProperties​(boolean activation)