Interface AaaAuthorizationEventsConfig

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Config, State

@Generated("mdsal-binding-generator") public interface AaaAuthorizationEventsConfig extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data for AAA authorization events

This class represents the following YANG schema fragment defined in module openconfig-aaa

 grouping aaa-authorization-events-config {
   leaf event-type {
     type identityref {
       base AAA_AUTHORIZATION_EVENT_TYPE;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends AaaAuthorizationEventsConfig> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getEventType

      Return eventType, or null if it is not present.
           
               The type of event to record at the AAA authorization server
           
       
      Returns:
      AAAAUTHORIZATIONEVENTTYPE eventType, or null if it is not present.
    • requireEventType

      default @NonNull AAAAUTHORIZATIONEVENTTYPE requireEventType()
      Return eventType, guaranteed to be non-null.
           
               The type of event to record at the AAA authorization server
           
       
      Returns:
      AAAAUTHORIZATIONEVENTTYPE eventType, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if eventType is not present