Class ContextValidatingPortalMode.PageChannelResolveResult

  • Enclosing class:
    ContextValidatingPortalMode

    protected static class ContextValidatingPortalMode.PageChannelResolveResult
    extends Object
    Stores the context to be validated against.
    Since:
    7.1.0
    Version:
    $Revision: 20383 $ $Date: 2017-07-13 18:41:18 -0300 (Thu, 13 Jul 2017) $
    • Constructor Detail

      • PageChannelResolveResult

        public PageChannelResolveResult​(String pageId,
                                        String channelId,
                                        IPermission permission)
        Creates a new instance.
        Parameters:
        pageId - the page identifier.
        channelId - the channel identifier.
        permission - the permission to validate.
        Since:
        7.1.0