Class RemoteServiceSecurityConfig


  • public class RemoteServiceSecurityConfig
    extends java.lang.Object
    • Constructor Detail

      • RemoteServiceSecurityConfig

        public RemoteServiceSecurityConfig()
    • Method Detail

      • getMode

        public RemoteServiceAccessLevel getMode​(java.lang.String profile)
        Returns the access mode for the profile. Won't return "inherited", instead will default to read-only if no default is set.
      • canQuery

        public boolean canQuery​(java.lang.String profile)
      • canQueryAll

        public boolean canQueryAll()
        Convenience function to know that we don't have to filter anything on query/browse, etc
      • canStore

        public boolean canStore​(java.lang.String profile)