Interface AaaAuthorizationEventsConfig
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator") public interface AaaAuthorizationEventsConfig extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data for AAA authorization eventsThis 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; } } }The schema path to identify an instance is openconfig-aaaaaa-authorization-events-config
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Class<? extends AAAAUTHORIZATIONEVENTTYPE>getEventType()Return eventType, ornullif it is not present.Class<? extends AaaAuthorizationEventsConfig>implementedInterface()default @NonNull Class<? extends AAAAUTHORIZATIONEVENTTYPE>requireEventType()Return eventType, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends AaaAuthorizationEventsConfig> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getEventType
Class<? extends AAAAUTHORIZATIONEVENTTYPE> getEventType()
Return eventType, ornullif it is not present.The type of event to record at the AAA authorization server- Returns:
Class<? extends AAAAUTHORIZATIONEVENTTYPE>eventType, ornullif it is not present.
-
requireEventType
default @NonNull Class<? extends AAAAUTHORIZATIONEVENTTYPE> requireEventType()
Return eventType, guaranteed to be non-null.The type of event to record at the AAA authorization server- Returns:
Class<? extends AAAAUTHORIZATIONEVENTTYPE>eventType, guaranteed to be non-null.- Throws:
NoSuchElementException- if eventType is not present
-
-