Class LispNoAuthentication
java.lang.Object
org.opendaylight.lispflowmapping.lisp.authentication.LispNoAuthentication
- All Implemented Interfaces:
ILispAuthentication
-
Field Summary
Fields inherited from interface org.opendaylight.lispflowmapping.lisp.authentication.ILispAuthentication
MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getAuthenticationData
(ByteBuffer buffer, String key) int
static LispNoAuthentication
boolean
validate
(ByteBuffer mapRegisterBuffer, byte[] expectedAuthData, String key)
-
Method Details
-
getInstance
-
getAuthenticationLength
public int getAuthenticationLength()- Specified by:
getAuthenticationLength
in interfaceILispAuthentication
-
getAuthenticationData
- Specified by:
getAuthenticationData
in interfaceILispAuthentication
-
validate
- Specified by:
validate
in interfaceILispAuthentication
-