Class RundeckAccess.ApplicationType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GROUP  
      static java.util.Map<java.lang.String,​AuthActions> NAMED_AUTH_ACTIONS  
      static java.util.Set<java.lang.String> RESOURCE_TYPES
      Available resource types
      static java.lang.String TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String kindForTypeId​(java.lang.String type)  
      static java.lang.String typeForKind​(java.lang.String kind)
      Resource type id for a resource kind
      • Methods inherited from class java.lang.Object

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

      • RESOURCE_TYPES

        public static final java.util.Set<java.lang.String> RESOURCE_TYPES
        Available resource types
      • NAMED_AUTH_ACTIONS

        public static final java.util.Map<java.lang.String,​AuthActions> NAMED_AUTH_ACTIONS
    • Constructor Detail

      • ApplicationType

        public ApplicationType()
    • Method Detail

      • typeForKind

        public static java.lang.String typeForKind​(java.lang.String kind)
        Resource type id for a resource kind
        Parameters:
        kind -
      • kindForTypeId

        public static java.lang.String kindForTypeId​(java.lang.String type)