Uses of Class
org.opendaylight.lispflowmapping.lisp.authentication.LispKeyIDEnum
-
Packages that use LispKeyIDEnum Package Description org.opendaylight.lispflowmapping.lisp.authentication -
-
Uses of LispKeyIDEnum in org.opendaylight.lispflowmapping.lisp.authentication
Methods in org.opendaylight.lispflowmapping.lisp.authentication that return LispKeyIDEnum Modifier and Type Method Description static LispKeyIDEnum
LispKeyIDEnum. valueOf(short keyID)
Returns the enum constant of this type with the specified name.static LispKeyIDEnum
LispKeyIDEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LispKeyIDEnum[]
LispKeyIDEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.lispflowmapping.lisp.authentication with parameters of type LispKeyIDEnum Modifier and Type Method Description static ILispAuthentication
LispAuthenticationFactory. getAuthentication(LispKeyIDEnum keyID)
-