Class ContextValidatingPortalMode.PageChannelResolveResult

  • Enclosing class:
    ContextValidatingPortalMode

    protected static class ContextValidatingPortalMode.PageChannelResolveResult
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      PageChannelResolveResult​(java.lang.String pageId, java.lang.String channelId, IPermission permission)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageChannelResolveResult

        public PageChannelResolveResult​(java.lang.String pageId,
                                        java.lang.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